Skip to content

Commit

Permalink
test rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-makarov committed Dec 26, 2018
1 parent 18e70a7 commit 470ac8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/xcake/core_ext/string.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def to_obj_c

# Escapes string for use with C
#
def to_c
def to_c
"\\\"#{self}\\\""
end

Expand Down

0 comments on commit 470ac8f

Please # to comment.