Skip to content

Commit

Permalink
Remove misplaced comma at end of line
Browse files Browse the repository at this point in the history
  • Loading branch information
Siobhan committed Apr 15, 2021
1 parent 0ccbe08 commit c31464f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class EditorTrackerTest {
TrackableEvent.STRIKETHROUGH_BUTTON_TAPPED to Stat.EDITOR_TAPPED_STRIKETHROUGH,
TrackableEvent.UNDERLINE_BUTTON_TAPPED to Stat.EDITOR_TAPPED_UNDERLINE,
TrackableEvent.REDO_TAPPED to Stat.EDITOR_TAPPED_REDO,
TrackableEvent.UNDO_TAPPED to Stat.EDITOR_TAPPED_UNDO,
TrackableEvent.UNDO_TAPPED to Stat.EDITOR_TAPPED_UNDO
)

fun createEditorTracker(analyticsTrackerWrapper: AnalyticsTrackerWrapper = mock()) =
Expand Down

0 comments on commit c31464f

Please sign in to comment.