Skip to content

Commit

Permalink
fix: fmt error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ja7ad committed Jun 30, 2024
1 parent 0aadb54 commit 9682409
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/gtk/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ package main

import (
"flag"
"github.com/pactus-project/pactus/node"
"log"
"os"
"os/signal"
"path/filepath"
"syscall"

"github.com/pactus-project/pactus/node"

"github.com/gofrs/flock"
"github.com/gotk3/gotk3/gdk"
"github.com/gotk3/gotk3/glib"
Expand Down

0 comments on commit 9682409

Please sign in to comment.