Skip to content

Commit

Permalink
Fix code style : Line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
KRVPerera committed Jun 14, 2020
1 parent 2c6bd35 commit 01d5aab
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@ public void testAnnotOnExternal() {
assertAnnotationNameAndKeyValuePair(attachments.get(0), "v13", "strTwo", "two");
}

private void assertAnnotationNameAndKeyValuePair(BLangAnnotationAttachment attachment, String annotName, String fieldName,
Object value) {
private void assertAnnotationNameAndKeyValuePair(BLangAnnotationAttachment attachment, String annotName,
String fieldName, Object value) {
Assert.assertEquals(attachment.annotationName.getValue(), annotName);
BLangTypeConversionExpr expr = (BLangTypeConversionExpr) attachment.expr;
BLangExpression expression = ((BLangInvocation) expr.expr).expr;
Expand Down

0 comments on commit 01d5aab

Please sign in to comment.