Add newline to bash-history.sh

Our bash linter wants newlines at the end of files and this file was
missing oen so failed linting. Do quick fix and add a newline so that
jobs pass again.

Change-Id: I89f3d7b628e8e925c03fcb7b382b8545a91ba601
This commit is contained in:
Clark Boylan 2018-03-09 14:45:11 -08:00
parent 30ebbfc276
commit 1f0244174c
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
export HISTTIMEFORMAT="%Y-%m-%dT%T%z "
export HISTTIMEFORMAT="%Y-%m-%dT%T%z "