bash: run shellfmt, no changes

This commit is contained in:
Ricardo Pardini
2023-11-18 12:03:16 +01:00
committed by Igor
parent 99d4abf7a1
commit 4e37b276d1
4 changed files with 15 additions and 17 deletions

View File

@@ -18,7 +18,6 @@ function extension_prepare_config__check_sanity_usb_gadget_ums() {
fi fi
} }
# @TODO: maybe include this in the bsp-cli, so it can be updated later # @TODO: maybe include this in the bsp-cli, so it can be updated later
function pre_customize_image__inject_initramfs_usb_gadget_ums() { function pre_customize_image__inject_initramfs_usb_gadget_ums() {
display_alert "Enabling" "usb-gadget-ums into initramfs" "info" display_alert "Enabling" "usb-gadget-ums into initramfs" "info"
@@ -28,4 +27,3 @@ function pre_customize_image__inject_initramfs_usb_gadget_ums() {
run_host_command_logged chmod -v +x "${script_file_dst}" run_host_command_logged chmod -v +x "${script_file_dst}"
return 0 return 0
} }