Skip to content

Commit 8a447ef

Browse files
committed
Fix trailing whitespace
Signed-off-by: Zeynel Koca <[email protected]>
1 parent 8e8f446 commit 8a447ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

state/aws/dynamodb/dynamodb_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@ func TestParseTTLWithDefault(t *testing.T) {
10271027
ttl, err := s.parseTTL(req)
10281028
require.NoError(t, err)
10291029
require.NotNil(t, ttl)
1030-
1030+
10311031
// Should use explicit value (300), not default (600)
10321032
expectedTime := time.Now().Unix() + 300
10331033
assert.InDelta(t, expectedTime, *ttl, 2) // Allow 2 second tolerance

0 commit comments

Comments
 (0)