lib/gitlab_git/util.rb in gitlab_git-9.0.1 vs lib/gitlab_git/util.rb in gitlab_git-9.0.2

- old
+ new

@@ -1,8 +1,8 @@ module Gitlab module Git module Util - LINE_SEP = "\n" + LINE_SEP = "\n".freeze def self.count_lines(string) case string[-1] when nil 0