From 9d70d22c8bc1db1771777e979c5f95a773ab18ef Mon Sep 17 00:00:00 2001 From: troub1emaker-sys <51954037+troub1emaker-sys@users.noreply.github.com> Date: Fri, 25 Jun 2021 23:59:46 -0700 Subject: Remove trailing spaces. (#143) --- .../com/google/android/mobly/snippet/bundled/TelephonySnippet.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/java/com/google/android/mobly') diff --git a/src/main/java/com/google/android/mobly/snippet/bundled/TelephonySnippet.java b/src/main/java/com/google/android/mobly/snippet/bundled/TelephonySnippet.java index ad0ac80..21c5d1e 100644 --- a/src/main/java/com/google/android/mobly/snippet/bundled/TelephonySnippet.java +++ b/src/main/java/com/google/android/mobly/snippet/bundled/TelephonySnippet.java @@ -51,7 +51,7 @@ public class TelephonySnippet implements Snippet { } @Rpc( - description = + description = "Returns a constant indicating the radio technology (network type) currently" + "in use on the device for data transmission.") public int getDataNetworkType() { @@ -59,7 +59,7 @@ public class TelephonySnippet implements Snippet { } @Rpc( - description = + description = "Returns a constant indicating the radio technology (network type) currently" + "in use on the device for voice transmission.") public int getVoiceNetworkType() { -- cgit v1.2.3