Skip to content

Commit 85e71bf

Browse files
author
Peter Degen-Portnoy
committed
Add encoding specifier the BZR test files
1 parent 6c53eec commit 85e71bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/unit/bzr_cat_file_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#encoding: utf-8
1+
# encoding: utf-8
22
require_relative '../test_helper'
33

44
module Scm::Adapters

test/unit/bzr_misc_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#encoding: utf-8
1+
# encoding: utf-8
22
require_relative '../test_helper'
33

44
module Scm::Adapters

test/unit/bzrlib_cat_file_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#encoding: utf-8
1+
# encoding: utf-8
22
require_relative '../test_helper'
33

44
module Scm::Adapters

0 commit comments

Comments
 (0)