Skip to content

Commit 0ddd510

Browse files
committed
fmt
1 parent 9461942 commit 0ddd510

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/loader/ur_lib.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ class __urdlllocal context_t : public AtomicSingleton<context_t> {
7474
const std::vector<LayerData> layers = {
7575
{ur_validation_layer::getContext(),
7676
ur_validation_layer::context_t::forceDelete},
77-
// Initialize tracing layer after sanitizer layer to make sure tracing
78-
// layer will properly print all API calls.
77+
// Initialize tracing layer after sanitizer layer to make sure tracing
78+
// layer will properly print all API calls.
7979
#if UR_ENABLE_SANITIZER
8080
{ur_sanitizer_layer::getContext(),
8181
ur_sanitizer_layer::context_t::forceDelete},

0 commit comments

Comments
 (0)