Skip to content

Commit a7dd7b6

Browse files
committed
style
1 parent 36af661 commit a7dd7b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_integration_ractor.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ def test_shareable_db
4949
# in "full mutex" mode
5050
db = SQLite3::Database.new ":memory:",
5151
flags: SQLite3::Constants::Open::FULLMUTEX |
52-
SQLite3::Constants::Open::READWRITE |
53-
SQLite3::Constants::Open::CREATE
52+
SQLite3::Constants::Open::READWRITE |
53+
SQLite3::Constants::Open::CREATE
5454
assert Ractor.shareable?(db)
5555

5656
db = SQLite3::Database.new ":memory:"

0 commit comments

Comments
 (0)