mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
Formatting Fix
This commit is contained in:
parent
d79105d5cf
commit
1d66680952
@ -15,7 +15,6 @@ class Queue():
|
||||
self.stack.append(item)
|
||||
self.length = self.length + 1
|
||||
|
||||
|
||||
"""Dequeues {@code item}
|
||||
@requirement: |self.length| > 0
|
||||
@return dequeued
|
||||
|
Loading…
Reference in New Issue
Block a user