Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
hellojukay committed Mar 27, 2024
1 parent 562690c commit 1504277
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ import (
tui "github.com/manifoldco/promptui"
)

var pipeline bool
var version bool
var (
pipeline bool
version bool
)

func init() {
flag.BoolVar(&pipeline, "p", false, "open github action page or gitlab pipeline page")
Expand Down

0 comments on commit 1504277

Please sign in to comment.