diff options
author | Andrew Scheller <github@loowis.durge.org> | 2016-07-04 15:14:39 +0100 |
---|---|---|
committer | Andrew Scheller <github@loowis.durge.org> | 2016-07-04 15:14:39 +0100 |
commit | 119fd3e8d8c0297e1103c7d5e128edbaf737a006 (patch) | |
tree | 0e85792028f63251b6f57c27c476d0280e6a293e /fs/expose/django_storage.py | |
parent | 249342f38762b223b7846526e4637553987f4006 (diff) | |
download | pyfilesystem-git-119fd3e8d8c0297e1103c7d5e128edbaf737a006.tar.gz |
Minor whitespace tidyups
* convert all files to UNIX line-endings
* strip trailing whitespace
Diffstat (limited to 'fs/expose/django_storage.py')
-rw-r--r-- | fs/expose/django_storage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/expose/django_storage.py b/fs/expose/django_storage.py index 9a84b2a..636c3d5 100644 --- a/fs/expose/django_storage.py +++ b/fs/expose/django_storage.py @@ -28,7 +28,7 @@ class FSStorage(Storage): """ :param fs: an FS object :param base_url: The url to prepend to the path - + """ if fs is None: fs = settings.DEFAULT_FILE_STORAGE_FS |