Skip to content

Commit c607a42

Browse files
committed
Add extra newline to header comment.
1 parent 726cc7d commit c607a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
# Each file in this directory matches a file in the Analytics iOS SDK.
110110
cp -vf "${podtmp}/${header_dir}/${ios_header}" .
111111
# Add a note to each file about its source.
112-
sed -i~ 's|^/// @file|// Copied from Firebase Analytics iOS SDK '"${analytics_version}"'.\n\n/// @file|' "${ios_header}"
112+
sed -i~ 's|^/// @file|\n// Copied from Firebase Analytics iOS SDK '"${analytics_version}"'.\n\n/// @file|' "${ios_header}"
113113
rm -f "${ios_header}~" # remove backup file that sed generated
114114
python ../../scripts/format_code.py --f "${ios_header}"
115115
done

0 commit comments

Comments
 (0)