mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-13 20:29:43 +02:00
Fix formatting
This commit is contained in:
parent
c09d548bea
commit
cedded2e79
3 changed files with 8 additions and 4 deletions
|
@ -5,13 +5,13 @@
|
|||
package sop.cli.picocli.commands
|
||||
|
||||
import java.io.IOException
|
||||
import java.util.*
|
||||
import picocli.CommandLine.Command
|
||||
import picocli.CommandLine.Option
|
||||
import picocli.CommandLine.Parameters
|
||||
import sop.cli.picocli.SopCLI
|
||||
import sop.exception.SOPGPException
|
||||
import sop.util.HexUtil.Companion.bytesToHex
|
||||
import java.util.*
|
||||
|
||||
@Command(
|
||||
name = "validate-userid",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue