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

Unified Diff: mojom/mojom_parser/formatter/formatter_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 | « mojo/public/tools/bindings/mojom_tool/bin/mac64/mojom.sha1 ('k') | mojom/mojom_parser/formatter/printer.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojom/mojom_parser/formatter/formatter_test.go
diff --git a/mojom/mojom_parser/formatter/formatter_test.go b/mojom/mojom_parser/formatter/formatter_test.go
index 3ccd06e365835c373a5f1baa48136aea352d18a6..df8987147da610f4fef77e9eba6034bfdb99b131 100644
--- a/mojom/mojom_parser/formatter/formatter_test.go
+++ b/mojom/mojom_parser/formatter/formatter_test.go
@@ -67,12 +67,9 @@ interface InterfaceFoo { // Interface comment.
method3();
method4() => (Foo bar);
method5(int8 p1 /* p1 comment */, int16 p2); // method comment
- method6(int8 p1, int16 p2)
- => (int8 p1, int16 p2);
- method7(int8 p1,
- int16 p2,
- int16 p3)
- => (int8 p1, int16 p2);
+ method6(WayTooLongAndReallyLongFactoryVisitoryFactory field1,
+ WayTooLongAndReallyLongFactoryVisitoryFactory field2)
+ => (int8 alpha);
};
// Final Comments.
« no previous file with comments | « mojo/public/tools/bindings/mojom_tool/bin/mac64/mojom.sha1 ('k') | mojom/mojom_parser/formatter/printer.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698