File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -1796,14 +1796,20 @@ pub(crate) fn setup_composefs_bls_boot(
1796
1796
1797
1797
loader_entries_dir. atomic_write (
1798
1798
// SAFETY: We set sort_key above
1799
- format ! ( "bootc-composefs-{}.conf" , bls_config. sort_key. as_ref( ) . unwrap( ) ) ,
1799
+ format ! (
1800
+ "bootc-composefs-{}.conf" ,
1801
+ bls_config. sort_key. as_ref( ) . unwrap( )
1802
+ ) ,
1800
1803
bls_config. to_string ( ) . as_bytes ( ) ,
1801
1804
) ?;
1802
1805
1803
1806
if let Some ( booted_bls) = booted_bls {
1804
1807
loader_entries_dir. atomic_write (
1805
1808
// SAFETY: We set sort_key above
1806
- format ! ( "bootc-composefs-{}.conf" , booted_bls. sort_key. as_ref( ) . unwrap( ) ) ,
1809
+ format ! (
1810
+ "bootc-composefs-{}.conf" ,
1811
+ booted_bls. sort_key. as_ref( ) . unwrap( )
1812
+ ) ,
1807
1813
booted_bls. to_string ( ) . as_bytes ( ) ,
1808
1814
) ?;
1809
1815
}
You can’t perform that action at this time.
0 commit comments