Skip to content

Commit e9cd0f8

Browse files
committed
fix quotes
1 parent 8b24de0 commit e9cd0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ruby/binary_tree.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
require 'test/unit/assertions'
3+
require "test/unit/assertions"
44
include Test::Unit::Assertions
55

66
class BinaryTree

0 commit comments

Comments
 (0)