Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinking committed Sep 2, 2017
1 parent 4212a71 commit ab68a1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ public boolean isClassOrInterfaceMember() {
* @see Declaration#isClassOrInterfaceMember()
*/
public boolean isMember() {
return false;
return false;
}

@Override
Expand Down

0 comments on commit ab68a1b

Please sign in to comment.