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 @@ -1772,14 +1772,20 @@ pub(crate) fn setup_composefs_bls_boot(
1772
1772
1773
1773
loader_entries_dir. atomic_write (
1774
1774
// SAFETY: We set sort_key above
1775
- format ! ( "bootc-composefs-{}.conf" , bls_config. sort_key. as_ref( ) . unwrap( ) ) ,
1775
+ format ! (
1776
+ "bootc-composefs-{}.conf" ,
1777
+ bls_config. sort_key. as_ref( ) . unwrap( )
1778
+ ) ,
1776
1779
bls_config. to_string ( ) . as_bytes ( ) ,
1777
1780
) ?;
1778
1781
1779
1782
if let Some ( booted_bls) = booted_bls {
1780
1783
loader_entries_dir. atomic_write (
1781
1784
// SAFETY: We set sort_key above
1782
- format ! ( "bootc-composefs-{}.conf" , booted_bls. sort_key. as_ref( ) . unwrap( ) ) ,
1785
+ format ! (
1786
+ "bootc-composefs-{}.conf" ,
1787
+ booted_bls. sort_key. as_ref( ) . unwrap( )
1788
+ ) ,
1783
1789
booted_bls. to_string ( ) . as_bytes ( ) ,
1784
1790
) ?;
1785
1791
}
You can’t perform that action at this time.
0 commit comments