Skip to content

Commit ec3cc50

Browse files
committed
fix trailing whitespace
1 parent 845f8e4 commit ec3cc50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/test_wakatime_service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class TestWakatimeService
44
def initialize(user: nil, specific_filters: [], allow_cache: true, limit: 10, start_date: nil, end_date: nil, scope: nil, boundary_aware: false)
55
@scope = scope || Heartbeat.all
6-
# trusting time from hackatime extensions.....
6+
# trusting time from hackatime extensions.....
77
# @scope = @scope.coding_only
88
@scope = @scope.with_valid_timestamps
99
@user = user

0 commit comments

Comments
 (0)