Skip to content

Commit

Permalink
Mistaken spaces changed to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
john-abre committed Jan 29, 2025
1 parent 6fc71f9 commit 209d54f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/client/label_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ func TestListLabels(t *testing.T) {
"color": "#FFFFFF",
"created_at": "2024-07-29T19:00:00.000+09:00",
"updated_at": "2024-07-29T20:00:00.000+09:00"
},
{
},
{
"id": 2,
"name": "Label 2",
"description": "Description 2",
"color": "#000000",
"created_at": "2024-07-29T21:00:00.000+09:00",
"updated_at": "2024-07-29T22:00:00.000+09:00"
}
}
]
}
`
Expand Down

0 comments on commit 209d54f

Please sign in to comment.