Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(186)

Unified Diff: mojom/mojom_parser/formatter/printer_test.go

Issue 1762473002: Break method lines based on line length. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Update sha1. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojom/mojom_parser/formatter/printer.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojom/mojom_parser/formatter/printer_test.go
diff --git a/mojom/mojom_parser/formatter/printer_test.go b/mojom/mojom_parser/formatter/printer_test.go
index a96309b92a25b41f1310cb1b14927ea67c7188ce..77877cf31421019d03747c772c7a8623d35bd426 100644
--- a/mojom/mojom_parser/formatter/printer_test.go
+++ b/mojom/mojom_parser/formatter/printer_test.go
@@ -397,5 +397,5 @@ func TestWriteMojomMethod(t *testing.T) {
p := getNewPrinter()
p.writeDeclaredObject(mojomMethod)
- checkEq(t, "method_foo(int8 param1, int16 param2)\n => (int32 rparam1, int64 rparam2);", p.result())
+ checkEq(t, "method_foo(int8 param1, int16 param2) => (int32 rparam1, int64 rparam2);", p.result())
}
« no previous file with comments | « mojom/mojom_parser/formatter/printer.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698