Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhanunlu committed Oct 10, 2024
1 parent eba4039 commit 118a0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shard_consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func (k *Kinsumer) getRecords(kApi kinesisiface.KinesisAPI, streamName string, s
return nil, "", 0, err
}

fmt.Printf("seq num for shard [id: %s]: %s", shardID, seqNum)
fmt.Printf("seq num for shard [id: %s]: %s\n", shardID, seqNum)

it, ierr := getShardIterator(kApi, streamName, shardID, seqNum, nil)
if ierr != nil {
Expand Down

0 comments on commit 118a0eb

Please sign in to comment.