diff options
author | Terry Chia <terrycwk1994@gmail.com> | 2014-10-27 10:23:32 +0800 |
---|---|---|
committer | Terry Chia <terrycwk1994@gmail.com> | 2014-10-28 23:30:14 +0800 |
commit | ad32c366487b64e274cb87f1dfc35431e03b7dcf (patch) | |
tree | 8637c201f2d45cad62316a3f391cd99da02de615 | |
parent | 14d8ff58aaff59d13d48e2011835b1defbe4e79b (diff) | |
download | cryptography-ad32c366487b64e274cb87f1dfc35431e03b7dcf.tar.gz cryptography-ad32c366487b64e274cb87f1dfc35431e03b7dcf.tar.bz2 cryptography-ad32c366487b64e274cb87f1dfc35431e03b7dcf.zip |
Fix indent.
-rwxr-xr-x | .travis/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/install.sh b/.travis/install.sh index 0ff3ec73..fdb97cf5 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -17,7 +17,7 @@ if [[ "$DARWIN" = true ]]; then fi if which pyenv > /dev/null; then - eval "$(pyenv init -)" + eval "$(pyenv init -)" fi case "${TOX_ENV}" in |