Removed unneded space

This commit is contained in:
andreja6
2018-04-10 17:35:00 -07:00
parent 3087ad0cc8
commit f8f309f98e

View File

@@ -77,8 +77,7 @@ public:
~App();
};
Demo::Demo(App* _app) : GApplet(_app), app(_app) {
}