Formatting

This commit is contained in:
Mike Farah
2023-11-08 09:09:21 +11:00
parent bbe196ba11
commit d6e099f7ff
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -406,7 +406,7 @@ func TestPrinterRootUnwrap(t *testing.T) {
}
writer.Flush()
expected := `a
expected := `a
`
test.AssertResult(t, expected, output.String())
}