Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
pragya91 committed Dec 16, 2024
1 parent dc5cedd commit 748c144
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/loader/container-loader/src/container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -990,8 +990,9 @@ export class Container
: combineAppAndProtocolSummary(summaryTree, this.captureProtocolSummary());

// Whether the combined summary tree has been forced on by either the supportedFeatures flag by the service or the the loader option or the monitoring context
const enableSummarizeProtocolTree =
this.mc.config.getBoolean("Fluid.Container.summarizeProtocolTree2");
const enableSummarizeProtocolTree = this.mc.config.getBoolean(
"Fluid.Container.summarizeProtocolTree2",
);

this.detachedBlobStorage =
detachedBlobStorage ??
Expand Down

0 comments on commit 748c144

Please sign in to comment.