Skip to content

Commit abff542

Browse files
committed
End info files with EOL character
1 parent 0532844 commit abff542

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/Writer/Drupal.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ protected function formatInfo($version, $timestamp)
6666
# Information added by drupal-composer/info-rewrite on $date.
6767
version: '$version'
6868
datestamp: $timestamp
69+
6970
EOL;
7071
return $info;
7172
}

src/Writer/Drupal7.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ protected function formatInfo($version, $timestamp)
2222
; Information added by drupal-composer/info-rewrite on $date.
2323
version = "$version"
2424
timestamp = "$timestamp"
25+
2526
EOL;
2627
}
2728
}

0 commit comments

Comments
 (0)