Skip to content

Commit

Permalink
Remove mode lines from files
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokaro committed Jul 23, 2024
1 parent f05c9b3 commit 3fea9bd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- ruby -*-

require "rubygems"
require 'bundler/setup'
require "hoe"
Expand Down Expand Up @@ -92,6 +90,3 @@ task :test_single, [:test_name] do |t, args|
sh "ruby #{File.join("test", "test_ocra.rb")} -n test_#{args[:test_name]}"
end
end


# vim: syntax=Ruby
1 change: 0 additions & 1 deletion bin/ocran
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env ruby
# -*- ruby -*-
# encoding: UTF-8
require "pathname"

Expand Down

0 comments on commit 3fea9bd

Please sign in to comment.