Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisppaul committed Dec 18, 2024
1 parent 78d6d43 commit c47f78b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/arduino/builder/internal/detector/detector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ func TestIncludesFinderWithRegExpPaddedIncludes4(t *testing.T) {

func TestIncludesFinderWithRegExpPaddedIncludes5(t *testing.T) {
output := "/some/path/sketch.ino:23:42: fatal error: 'Foobar.h' file not found" +
" 23 | #include <Foobar.h>" +
" | ^~~~~~~~~~"
" 23 | #include \"Foobar.h\"" +
" | ^~~~~~~~~~"

include := detector.IncludesFinderWithRegExp(output)

Expand Down

0 comments on commit c47f78b

Please sign in to comment.