Skip to content

Commit e2907f8

Browse files
Copilotweboko
andcommitted
Fix member ordering violations in store.ts, reducing total violations from 176 to 174
Co-authored-by: weboko <[email protected]>
1 parent 0bdd337 commit e2907f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/lib/store/store.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ const log = new Logger("store");
2626
export const StoreCodec = "/vac/waku/store-query/3.0.0";
2727

2828
export class StoreCore {
29-
private readonly streamManager: StreamManager;
30-
3129
public readonly multicodec = StoreCodec;
3230

3331
public constructor(libp2p: Libp2p) {
@@ -144,4 +142,6 @@ export class StoreCore {
144142
}
145143
}
146144
}
145+
146+
private readonly streamManager: StreamManager;
147147
}

0 commit comments

Comments
 (0)