Skip to content

Commit

Permalink
🌱 checks/raw: fix struct alignment linter issue (#3550)
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Schrock <[email protected]>
  • Loading branch information
spencerschrock authored Oct 10, 2023
1 parent 29aa5d2 commit f2ce613
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions checks/raw/fuzzing.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ type filesWithPatternStr struct {
type languageFuzzConfig struct {
URL, Desc *string

// Patterns are according to path.Match.
filePatterns []string

funcPattern, Name string
// TODO: add more language fuzzing-related fields.

// Patterns are according to path.Match.
filePatterns []string
}

// Contains fuzzing speficications for programming languages.
Expand Down

0 comments on commit f2ce613

Please sign in to comment.