You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-23 17:02:25 +03:00
Apply prettier formatting
This commit is contained in:
@@ -82,8 +82,7 @@ export class NamespacedValue<S extends string, U extends string> {
|
||||
}
|
||||
}
|
||||
|
||||
export class ServerControlledNamespacedValue<S extends string, U extends string>
|
||||
extends NamespacedValue<S, U> {
|
||||
export class ServerControlledNamespacedValue<S extends string, U extends string> extends NamespacedValue<S, U> {
|
||||
private preferUnstable = false;
|
||||
|
||||
public setPreferUnstable(preferUnstable: boolean): void {
|
||||
|
||||
Reference in New Issue
Block a user