Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c47f78b

Browse files
committedDec 18, 2024·
fix formatting
1 parent 78d6d43 commit c47f78b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎internal/arduino/builder/internal/detector/detector_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ func TestIncludesFinderWithRegExpPaddedIncludes4(t *testing.T) {
7878

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

8484
include := detector.IncludesFinderWithRegExp(output)
8585

0 commit comments

Comments
 (0)
Please sign in to comment.