Skip to content

Commit cc12e68

Browse files
committed
Fix rubocop violations
1 parent 5381c6a commit cc12e68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/rubygems/test_gem_platform.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ def test_self_new
8585

8686
def test_initialize
8787
test_cases = {
88-
"amd64-freebsd6" => ["amd64", "freebsd", "6"],
89-
"java" => [nil, "java", nil],
88+
"amd64-freebsd6" => ["amd64", "freebsd", "6"],
89+
"java" => [nil, "java", nil],
9090
"jruby" => [nil, "java", nil],
9191
"universal-dotnet" => ["universal", "dotnet", nil],
9292
"universal-dotnet2.0" => ["universal", "dotnet", "2.0"],

0 commit comments

Comments
 (0)