app/src/main/java/com/larryhsiao/nyx/syncs/StoredTokenSrc.java
'}' at column 60 should be alone on a line. Open
Open
public StoredTokenSrc(Ceres ceres) {this.ceres = ceres;}
- Read upRead up
- Exclude checks
Checks the placement of right curly braces ('}'
) for code blocks.This check supports if-else, try-catch-finally blocks, while-loops, for-loops,method definitions, class definitions, constructor definitions,instance, static initialization blocks, annotation definitions and enum definitions.For right curly brace of expression blocks of arrays, lambdas and class instancesplease follow issue#5945.For right curly brace of enum constant please follow issue#7519.
This documentation is written and maintained by the Checkstyle community and is covered under the same license as the Checkstyle project.