From 85aa140257979e9709dd31f33aa87e734a46c3b3 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Sun, 3 Apr 2016 17:41:25 +0300 Subject: [PATCH] In progress... --- src/main.vala | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main.vala b/src/main.vala index 4ba75ac..7d19956 100644 --- a/src/main.vala +++ b/src/main.vala @@ -55,9 +55,9 @@ namespace LAview.Core.Plugins { } } - - [ModuleInit] - Type plugin_init (GLib.TypeModule type_module) { - return typeof (PluginObjectExample); - } +} + +[ModuleInit] +Type plugin_init (GLib.TypeModule type_module) { + return typeof (PluginObjectExample); }