Skip to content

Commit

Permalink
fix: no more ad hoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfpleite committed Jul 16, 2024
1 parent f30ef0f commit 836fa6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Install/Initializer.elm
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ addMissingCases insertionPoint data =
in
Fix.insertAt
{ row = insertionPoint.row
, column = insertionPoint.column + 4
, column = insertionPoint.column
}
insertion

Expand Down

0 comments on commit 836fa6b

Please sign in to comment.