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

Unified Diff: mojo/services/location/interfaces/geocoder.mojom

Issue 1741963002: Auto-formatted all .mojom files. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 9 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
Index: mojo/services/location/interfaces/geocoder.mojom
diff --git a/mojo/services/location/interfaces/geocoder.mojom b/mojo/services/location/interfaces/geocoder.mojom
index e9b8118815daf8a117b63e5e444513def45f86a6..9ac5e089fc508678d5089e8caa44b3df17cf80ba 100644
--- a/mojo/services/location/interfaces/geocoder.mojom
+++ b/mojo/services/location/interfaces/geocoder.mojom
@@ -61,6 +61,8 @@ struct Status {
};
interface Geocoder {
- AddressToLocation(string address, Options? options) => (string status, array<Result>? results);
- LocationToAddress(Location location, Options? options) => (string status, array<Result>? results);
+ AddressToLocation(string address, Options? options)
+ => (string status, array<Result>? results);
+ LocationToAddress(Location location, Options? options)
+ => (string status, array<Result>? results);
};
« no previous file with comments | « mojo/services/keyboard/interfaces/keyboard.mojom ('k') | mojo/services/media/audio/interfaces/audio_track.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698