Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenji Noguchi committed May 30, 2017
1 parent 982513b commit 8cbb95f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ private Descriptor getDescriptor(String descriptorFilePath)
throw new ParseException("No message types found in the descriptor: " + descriptorFilePath);
}

String messageType = protoMessageType == null ? (String)messageTypes.toArray()[0] : protoMessageType;
String messageType = protoMessageType == null ? (String) messageTypes.toArray()[0] : protoMessageType;
Descriptor desc = dynamicSchema.getMessageDescriptor(messageType);
if (desc == null) {
throw new ParseException(
Expand Down

0 comments on commit 8cbb95f

Please sign in to comment.