summaryrefslogtreecommitdiffstats
path: root/lib/zorglub.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2019-01-01 08:56:40 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2019-01-01 08:56:40 +0100
commit7ba42aba7a21ba3459aabd01be9c768d445d7710 (patch)
treeb8622e581095986e905c55bc895de6a21ca8c0f6 /lib/zorglub.rb
parent6f21c38626b5700c80f87f954d5df1e0515e7d9f (diff)
downloadzorglub-7ba42aba7a21ba3459aabd01be9c768d445d7710.zip
zorglub-7ba42aba7a21ba3459aabd01be9c768d445d7710.tar.gz
coding style : remove all these empty comment lines
Diffstat (limited to 'lib/zorglub.rb')
-rw-r--r--lib/zorglub.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/zorglub.rb b/lib/zorglub.rb
index ba3fbc9..4f4fdc8 100644
--- a/lib/zorglub.rb
+++ b/lib/zorglub.rb
@@ -1,11 +1,11 @@
#! /usr/bin/env ruby
# -*- coding: UTF-8 -*-
-#
+
module Zorglub
VERSION = '0.0.9'
end
-#
+
require 'zorglub/node'
require 'zorglub/app'
-#
+
# EOF