Skip to content

Commit f9254b8

Browse files
linting fix
1 parent eec4d3b commit f9254b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack_configuration_summary.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
type StackConfigurationSummaries interface {
10-
//List lists all the stack configuration summaries for a stack.
10+
// List lists all the stack configuration summaries for a stack.
1111
List(ctx context.Context, stackID string) (*StackConfigurationSummaryList, error)
1212
}
1313

0 commit comments

Comments
 (0)