Skip to content

Commit af10296

Browse files
committed
fix format
Signed-off-by: JackAKirk <[email protected]>
1 parent b0a8698 commit af10296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/DeviceGlobal/device_global_const.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ int main() {
2525
CGH.single_task([=]() { OutAcc[0] = DeviceGlobalVar.get(); });
2626
});
2727
}
28-
28+
2929
assert(OutVal == 42 && "Read value does not match.");
3030
return 0;
3131
}

0 commit comments

Comments
 (0)