Skip to content

Commit 0a02d55

Browse files
committed
Fixed compiler
1 parent 4aae924 commit 0a02d55

File tree

1 file changed

+1
-1
lines changed
  • src/main/elixir/g0001_0100/s0010_regular_expression_matching

1 file changed

+1
-1
lines changed

src/main/elixir/g0001_0100/s0010_regular_expression_matching/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ defmodule Solution do
8888
end
8989
end
9090

91-
:ets.insert(:cache, {{i, j}, result})
91+
:ets.insert(:cache, { {i, j}, result})
9292
result
9393
end
9494
end

0 commit comments

Comments
 (0)