Skip to content

Commit 245597e

Browse files
author
root
committed
Add space
1 parent d3c2ce9 commit 245597e

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

Diff for: lib/redmine_git_hosting/patches/member_patch.rb

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ def self.included(base)
1313
end
1414
end
1515

16+
1617
module InstanceMethods
1718

1819
private

Diff for: lib/redmine_git_hosting/patches/repository_patch.rb

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ def self.included(base)
1111
end
1212
end
1313

14+
1415
module InstanceMethods
1516

1617
# This is the (possibly non-unique) basename for the Gitolite repository

Diff for: lib/redmine_git_hosting/patches/settings_controller_patch.rb

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ def self.included(base)
1414
end
1515
end
1616

17+
1718
module InstanceMethods
1819

1920
def install_gitolite_hooks

Diff for: lib/redmine_git_hosting/patches/users_helper_patch.rb

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ def self.included(base)
1313
end
1414
end
1515

16+
1617
module InstanceMethods
1718

1819
# Add a public_keys tab to the user administration page

0 commit comments

Comments
 (0)