diff --git a/plugin.php b/plugin.php index 8f52557..c8fc5d3 100644 --- a/plugin.php +++ b/plugin.php @@ -161,5 +161,4 @@ class PluginName { } // end class // TODO: update the instantiation call of your plugin to the name given at the class definition -new PluginName(); -?> \ No newline at end of file +new PluginName(); \ No newline at end of file