bin/timesheet in txt_timesheet-1.1.7 vs bin/timesheet in txt_timesheet-1.1.8
- old
+ new
@@ -1,9 +1,8 @@
-
-#!/usr/bin/env ruby
-
-$LOAD_PATH.unshift("#{__dir__}/../lib")
-
-require 'txt_timesheet'
-
-cli = TxtTimesheet.new
+#!/usr/bin/env ruby
+
+$LOAD_PATH.unshift("#{__dir__}/../lib")
+
+require 'txt_timesheet'
+
+cli = TxtTimesheet.new
cli.run
\ No newline at end of file