Skip to content

Commit f962cdf

Browse files
committed
Fix format
1 parent 6a01666 commit f962cdf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

spec/reference_spec.cr

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ def known_dates2_braille_jitter?(expected : String, actual : String) : Bool
6464

6565
allowed =
6666
(exp_char == '⠦' && act_char == '⢦') ||
67-
(exp_char == '⡤' && act_char == '⢤') ||
68-
(exp_char == '⠘' && act_char == '⠈') ||
69-
(exp_char == '⠵' && act_char == '⢵')
67+
(exp_char == '⡤' && act_char == '⢤') ||
68+
(exp_char == '⠘' && act_char == '⠈') ||
69+
(exp_char == '⠵' && act_char == '⢵')
7070
return false unless allowed
7171
diffs += 1
7272
end

0 commit comments

Comments
 (0)