Skip to content

Commit

Permalink
chore: Remove unnecessary IFTTT statement. (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffFaer authored Mar 12, 2024
1 parent 15e6c2f commit 40cacc8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions keepsorted/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ type blockOptions struct {
// Lint determines whether we emit lint warnings for this block.
Lint bool `default:"true"`

// LINT.IfChange
///////////////////////////
// Pre-sorting options //
///////////////////////////
Expand Down Expand Up @@ -87,8 +86,6 @@ type blockOptions struct {
// RemoveDuplicates determines whether we drop lines that are an exact duplicate.
RemoveDuplicates bool `key:"remove_duplicates" default:"true"`

// LINT.ThenChange(//depot/google3/devtools/keep_sorted/README.md)

// Syntax used to start a comment for keep-sorted annotation, e.g. "//".
commentMarker string
}
Expand Down

0 comments on commit 40cacc8

Please sign in to comment.