Skip to content

Commit e61952b

Browse files
committed
get rid of extra space
1 parent 4fecc71 commit e61952b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

queue/circular_queue_using_array_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ we should get 3 and 4.
4242
4343
As shown in the above example the circular queue does not run out of capacity and still allows FIFO operations.
4444
*/
45-
4645
func TestCircularQueue(t *testing.T) {
47-
4846
type testRound struct {
4947
enqueueStart int
5048
enqueueEnd int

0 commit comments

Comments
 (0)