Commit 530e1b9d authored by Paul's avatar Paul
Browse files

Formatting

parent da543288
...@@ -15,7 +15,4 @@ void gpu_literal_test() ...@@ -15,7 +15,4 @@ void gpu_literal_test()
EXPECT(lit == migraph::gpu::from_gpu(result)); EXPECT(lit == migraph::gpu::from_gpu(result));
} }
int main() int main() { gpu_literal_test(); }
{
gpu_literal_test();
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment