Skip to content

Commit 425ad53

Browse files
newt239claude
andcommitted
fix: ファイル末尾の余分な空行を削除
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 8a5305e commit 425ad53

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pkg/activity/get_activity_place_place_history.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,3 @@ func selectPlaceHistory(dbClient db.Client, place string, startDate time.Time, e
124124
}
125125
return users, nil
126126
}
127-

pkg/activity/get_activity_user_user_id_records.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,3 @@ func selectUserRecordsCount(dbClient db.Client, userId string, place *string) (i
115115
}
116116
return counts[0].Total, nil
117117
}
118-

0 commit comments

Comments
 (0)