Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 5f8607e

Browse files
committed
Fix blank line issues
1 parent 8b21faa commit 5f8607e

File tree

6 files changed

+0
-9
lines changed

6 files changed

+0
-9
lines changed

lib/code_climate/test_reporter.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
module CodeClimate
22
module TestReporter
3-
43
def self.start
54
if run?
65
require "simplecov"
@@ -51,6 +50,5 @@ def self.current_branch
5150
def self.logger
5251
CodeClimate::TestReporter.configuration.logger
5352
end
54-
5553
end
5654
end

lib/code_climate/test_reporter/calculate_blob.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
module CodeClimate
22
module TestReporter
3-
43
class CalculateBlob
54

65
def initialize(file_path)
@@ -34,6 +33,5 @@ def calculate_with_git
3433
end
3534

3635
end
37-
3836
end
3937
end

lib/code_climate/test_reporter/client.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
module CodeClimate
66
module TestReporter
7-
87
class Client
98

109
DEFAULT_TIMEOUT = 5 # in seconds
@@ -97,6 +96,5 @@ def compress(str)
9796
end
9897

9998
end
100-
10199
end
102100
end

lib/code_climate/test_reporter/configuration.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,5 @@ def default_logger
5252
log
5353
end
5454
end
55-
5655
end
5756
end

lib/code_climate/test_reporter/exception_message.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
module CodeClimate
22
module TestReporter
3-
43
class WebMockMessage
54
def library_name
65
"WebMock"

lib/code_climate/test_reporter/payload_validator.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,5 @@ def commit_sha_from_ci_service
5454
@payload[:ci_service] && @payload[:ci_service][:commit_sha]
5555
end
5656
end
57-
5857
end
5958
end

0 commit comments

Comments
 (0)