Skip to content

Commit

Permalink
Fixed some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
freshollie committed Oct 7, 2016
1 parent 54b283d commit 8b5895f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RadioService.bas
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,7 @@ public static class MyCallback extends Callback {
public MyCallback() {
}

public void onCommand(String command, Bundle args, ResultReceiver cb) {
public void onCommand(String command, Bundle args, ResultReceiver cb)
BA.Log(command);
processBA.raiseEventFromUI(null, "media_oncommand", command);
}
Expand Down

0 comments on commit 8b5895f

Please sign in to comment.