about summary refs log tree commit diff
path: root/tests/coverage/thin-lto.rs
diff options
context:
space:
mode:
authorZalathar <Zalathar@users.noreply.github.com>2024-01-16 13:52:08 +1100
committerZalathar <Zalathar@users.noreply.github.com>2024-01-18 10:42:37 +1100
commit99797bbd9fdb138dd59a782f156db8397d07943c (patch)
tree628788d713a0b0a2fba7bf19acfb3828bb251764 /tests/coverage/thin-lto.rs
parent1f9353ae2ca81b0a508e38751b0d3ab213526f56 (diff)
downloadrust-99797bbd9fdb138dd59a782f156db8397d07943c.tar.gz
rust-99797bbd9fdb138dd59a782f156db8397d07943c.zip
coverage: Format all remaining tests
These tests can simply be reformatted as normal, because the resulting changes
are unimportant.
Diffstat (limited to 'tests/coverage/thin-lto.rs')
-rw-r--r--tests/coverage/thin-lto.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/coverage/thin-lto.rs b/tests/coverage/thin-lto.rs
index 050aac26319..04e9cd0e808 100644
--- a/tests/coverage/thin-lto.rs
+++ b/tests/coverage/thin-lto.rs
@@ -1,4 +1,3 @@
 // compile-flags: -O -C lto=thin -C prefer-dynamic=no
 
-pub fn main() {
-}
+pub fn main() {}