mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-02 20:16:15 -04:00
Fix static check
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
61afce37fd
commit
f8c9c0f17f
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ func main() {
|
||||||
|
|
||||||
func exit(err error) {
|
func exit(err error) {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Fprintf(os.Stderr, err.Error())
|
fmt.Fprintln(os.Stderr, err.Error())
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
os.Exit(0)
|
os.Exit(0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue