Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pvelesko committed Jan 9, 2024
1 parent f90bbe7 commit 4b3d7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CHIPDriver.hh
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ private:
logDebug("CHIP_JIT_FLAGS_OVERRIDE={}", JitFlags_);
logDebug("CHIP_L0_IMM_CMD_LISTS={}", L0ImmCmdLists_ ? "on" : "off");
logDebug("CHIP_L0_COLLECT_EVENTS_TIMEOUT={}", L0CollectEventsTimeout_);
logDebug("CHIP_SKIP_UNINIT={}", SkipUninit_ ? "on" : "off");
logDebug("CHIP_SKIP_UNINIT={}", SkipUninit_ ? "on" : "off");
}
};

Expand Down

0 comments on commit 4b3d7bb

Please sign in to comment.