Skip to content

Commit

Permalink
sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
TimHuynh committed Aug 13, 2024
1 parent ba9d141 commit 8b14346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/vela-downstream/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ package main

import (
"fmt"
"strings"
"time"

"github.com/go-vela/sdk-go/vela"
"github.com/go-vela/server/api/types"
"github.com/go-vela/types/constants"
"github.com/go-vela/types/library"
"github.com/sirupsen/logrus"
"strings"
"time"
)

// Plugin represents the configuration loaded for the plugin.
Expand Down

0 comments on commit 8b14346

Please sign in to comment.