Skip to content

Commit 5f559c0

Browse files
committed
Fix RuboCop trailing whitespace
1 parent 916375e commit 5f559c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/duckdb_test/instance_cache_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def test_s_new
1313

1414
def test_get_or_create
1515
skip 'Thread.join hangs on Windows' if RUBY_PLATFORM.match?(/mingw|mswin|cygwin/)
16-
16+
1717
cache = DuckDB::InstanceCache.new
1818
path = 'test_shared_db.db'
1919
30.times do

0 commit comments

Comments
 (0)