Skip to content

Commit acaaafb

Browse files
committed
style(sheets): normalize gradient error text
1 parent 192ab39 commit acaaafb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/cmd/sheets_conditional.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ func decodeConditionalGradientRule(data []byte) (*sheets.GradientRule, error) {
345345
return nil, err
346346
}
347347
if conditionalGradientHasAlpha(&wire) {
348-
return nil, errors.New("Sheets gradient colors do not support alpha")
348+
return nil, errors.New("sheets gradient colors do not support alpha")
349349
}
350350

351351
var rule sheets.GradientRule

0 commit comments

Comments
 (0)