Skip to content

Commit 73a3557

Browse files
committed
fixed formatting
1 parent 8856ca4 commit 73a3557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/Plugin/level_zero_device_free_mem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
using namespace sycl;
1616

1717
int main() {
18-
18+
1919
queue Queue;
2020
auto dev = Queue.get_device();
2121
std::cout << "Device: " << dev.get_info<info::device::name>() << std::endl;

0 commit comments

Comments
 (0)