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