Skip to content

Commit d8c5a7a

Browse files
authored
Linting: use double quotes around String
1 parent b9b68a8 commit d8c5a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utopia/exceptions/handler.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Released under the MIT License.
44
# Copyright, 2014-2025, by Samuel Williams.
55

6-
require 'console'
6+
require "console"
77

88
module Utopia
99
module Exceptions

0 commit comments

Comments
 (0)