diff options
author | Chris Schlaeger <chris@linux.com> | 2015-10-05 20:40:11 +0200 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2015-10-05 20:40:11 +0200 |
commit | 199717d21cda2b4d230ce0cc14054ffc1a8ea80b (patch) | |
tree | cf3c85c2e734b368dee8aab4b26f37ee6ce0cc8f /lib | |
parent | b5267c1a8fda1784e5a4892ee227f5e4fb57e804 (diff) | |
download | postrunner-199717d21cda2b4d230ce0cc14054ffc1a8ea80b.zip |
Fixing encoding comment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/postrunner/ChartView.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/postrunner/ChartView.rb b/lib/postrunner/ChartView.rb index 5c33974..775c33e 100644 --- a/lib/postrunner/ChartView.rb +++ b/lib/postrunner/ChartView.rb @@ -1,4 +1,5 @@ -#!/usr/bin/env ruby -w # encoding: UTF-8 +#!/usr/bin/env ruby -w +# encoding: UTF-8 # # = ChartView.rb -- PostRunner - Manage the data from your Garmin sport devices. # |