Skip to content

Commit 07178fb

Browse files
Formatted gofumpt File
Signed-off-by: swatimodi-scout <[email protected]>
1 parent 13763ee commit 07178fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

common/authentication/aws/client.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,7 @@ func (c *KinesisClients) Stream(ctx context.Context, streamName string) (*string
184184
/**
185185
* If the error is not nil, do not proceed to the next step
186186
* as it may cause a nil pointer error on stream.StreamDescription.StreamARN.
187-
*/
188-
if err != nil {
187+
*/ if err != nil {
189188
return nil, err
190189
}
191190
return stream.StreamDescription.StreamARN, err

0 commit comments

Comments
 (0)