Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Fix lint error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Baliedge committed Jan 4, 2024
1 parent 770ccf2 commit d784e49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functional_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ import (
json "google.golang.org/protobuf/encoding/protojson"
)

var algos = []struct{
Name string
var algos = []struct {
Name string
Algorithm guber.Algorithm
}{
{Name: "Token bucket", Algorithm: guber.Algorithm_TOKEN_BUCKET},
Expand Down

0 comments on commit d784e49

Please sign in to comment.