mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-12 21:27:36 +02:00
fix indentation
This commit is contained in:
@ -265,7 +265,7 @@ public class Main {
|
||||
|
||||
// create options
|
||||
Option versionOption = Option.builder("version")
|
||||
.longOpt("version")
|
||||
.longOpt("version")
|
||||
.desc("prints the version then exits")
|
||||
.build();
|
||||
|
||||
|
Reference in New Issue
Block a user