Commit 89645276 authored by Franco Fichtner's avatar Franco Fichtner

src: style and whitespace fixes

parent 1db49d7c
...@@ -40,4 +40,3 @@ def singleton(cls, *args, **kwargs): ...@@ -40,4 +40,3 @@ def singleton(cls, *args, **kwargs):
instances[cls] = cls(*args, **kwargs) instances[cls] = cls(*args, **kwargs)
return instances[cls] return instances[cls]
return getinstance return getinstance
...@@ -214,4 +214,3 @@ $.fn.UIBootgrid = function (params) { ...@@ -214,4 +214,3 @@ $.fn.UIBootgrid = function (params) {
} }
})); }));
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment