Skip to content

Commit e51823d

Browse files
committed
fixed linter error
1 parent 85e7b03 commit e51823d

File tree

1 file changed

+1
-1
lines changed
  • kotlin/services/dynamodb/src/main/kotlin/com/kotlin/dynamodb

1 file changed

+1
-1
lines changed

kotlin/services/dynamodb/src/main/kotlin/com/kotlin/dynamodb/PutItem.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ suspend fun putItemInTable(
6464
awardVal: String,
6565
songTitle: String,
6666
songTitleVal: String,
67-
) {
67+
) {
6868
val itemValues = mutableMapOf<String, AttributeValue>()
6969

7070
// Add all content to the table.

0 commit comments

Comments
 (0)