Skip to content

Commit

Permalink
style(compatible): golangci-lint format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sunist-c committed Sep 14, 2024
1 parent 0190a81 commit f59699b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/service/compatible.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ import (
"context"
"encoding/json"
"fmt"
"github.com/gin-contrib/sse"
"github.com/gin-gonic/gin"
"io"
nh "net/http"
"net/url"
"strconv"
"strings"
"time"

"github.com/gin-contrib/sse"
"github.com/gin-gonic/gin"

"github.com/alioth-center/akasha-whisper/app/global"
"github.com/alioth-center/akasha-whisper/app/model"
"github.com/alioth-center/infrastructure/logger"
Expand Down

0 comments on commit f59699b

Please sign in to comment.