Skip to content

Commit

Permalink
Fix analyzer whitespace issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dancarroll committed Dec 13, 2024
1 parent 9f00d15 commit 5c5291b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/day13/part_2.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Future<int> calculate(File file) async {
//
// All values except A and B are known. We can isolate one of those variables,
// to redefine an equation:
//
//
// P_x - A * a_x
// B = -------------
// b_x
Expand Down

0 comments on commit 5c5291b

Please sign in to comment.