Skip to content

Commit 5fb963c

Browse files
committed
Move requirement of version earlier
1 parent 2972c8e commit 5fb963c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/codeclimate-test-reporter.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
require "code_climate/test_reporter"
2+
require "code_climate/test_reporter/version"
23
require "code_climate/test_reporter/client"
34
require "code_climate/test_reporter/formatter"
4-
require "code_climate/test_reporter/version"
5+

0 commit comments

Comments
 (0)