Fixes wrongly nested braces.

Bug: 17499985

Change-Id: I6dc7abb14c06462a3eb9be3cb15d8baf11115323
This commit is contained in:
David Friedman
2014-10-30 11:55:53 -07:00
parent e3dd89a42a
commit e91c37de78

View File

@@ -169,7 +169,6 @@ private CharSequence getMessageText(Intent intent) {
if (remoteInput != null) { if (remoteInput != null) {
return remoteInput.getCharSequence(EXTRA_VOICE_REPLY); return remoteInput.getCharSequence(EXTRA_VOICE_REPLY);
} }
}
return null; return null;
} }
</pre> </pre>