Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
  • Loading branch information
turt2live and t3chguy authored May 14, 2021
1 parent deab424 commit 336904c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/stores/room-list/algorithms/Algorithm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import { OrderingAlgorithm } from "./list-ordering/OrderingAlgorithm";
import { getListAlgorithmInstance } from "./list-ordering";
import SettingsStore from "../../../settings/SettingsStore";
import { VisibilityProvider } from "../filters/VisibilityProvider";
import {MultiLock} from "../../../utils/MultiLock";
import { MultiLock } from "../../../utils/MultiLock";

/**
* Fired when the Algorithm has determined a list has been updated.
Expand Down
2 changes: 1 addition & 1 deletion src/utils/MultiLock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

import {EnhancedMap} from "./maps";
import { EnhancedMap } from "./maps";
import AwaitLock from "await-lock";

export type DoneFn = () => void;
Expand Down

0 comments on commit 336904c

Please sign in to comment.