Skip to content

Commit c8415f0

Browse files
committed
Code formatting
Signed-off-by: Lukas Sommer <[email protected]>
1 parent 6788a36 commit c8415f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sycl-jit/jit-compiler/include/KernelFusion.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ class RTCResult {
6262
: Failed{true}, BundleInfo{}, BuildLog{BuildLog} {}
6363

6464
RTCResult(RTCBundleInfo &&BundleInfo, const char *BuildLog)
65-
: Failed{false}, BundleInfo{std::move(BundleInfo)},
66-
BuildLog{BuildLog} {}
65+
: Failed{false}, BundleInfo{std::move(BundleInfo)}, BuildLog{BuildLog} {}
6766

6867
bool failed() const { return Failed; }
6968

0 commit comments

Comments
 (0)