mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-07-18 22:04:05 +00:00
Fixed frontend coding style problems
This commit is contained in:
@ -10,7 +10,7 @@ const defer = listener => {
|
||||
listener();
|
||||
}
|
||||
else {
|
||||
listeners.push(listener)
|
||||
listeners.push(listener);
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user