Skip to content

Commit 57ae2ad

Browse files
committed
auto-fixes from trailing-whitespace + end-of-file-fixer hooks
1 parent 1f49221 commit 57ae2ad

31 files changed

+66
-69
lines changed

.circleci/images/py3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ FROM python:3.6.4
33
RUN apt-get update && apt-get install -y gfortran python-openbabel python-vtk python3-tk
44
RUN wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
55
RUN bash Miniconda3-latest-Linux-x86_64.sh -b
6-
RUN export PATH=$HOME/miniconda3/bin:$PATH
6+
RUN export PATH=$HOME/miniconda3/bin:$PATH

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Summary
22

3-
<Short few sentences, and summary of the major changes in bullet
3+
<Short few sentences, and summary of the major changes in bullet
44
points>
55

66
* Feature 1
@@ -10,7 +10,7 @@ points>
1010

1111
## TODO (if any)
1212

13-
<If this is a work-in-progress, write something about what else needs
13+
<If this is a work-in-progress, write something about what else needs
1414
to be done>
1515

16-
* Feature 1 supports a, but not b.
16+
* Feature 1 supports a, but not b.

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
(see changelog in the docs)
1+
(see changelog in the docs)

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ for such Enhancements, then you hereby grant the following license:
4343
a non-exclusive, royalty-free perpetual license to install, use,
4444
modify, prepare derivative works, incorporate into other computer
4545
software, distribute, and sublicense such enhancements or derivative
46-
works thereof, in binary and source code form.
46+
works thereof, in binary and source code form.

atomate/utils/tests/badspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ fireworks:
22
- fw: atomate.nonexistent.FW
33
common_params:
44
db_file: db.json
5-
vasp_cmd: /opt/vasp
5+
vasp_cmd: /opt/vasp

atomate/utils/tests/db.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"aliases": {},
2+
"aliases": {},
33
"collection": "tasks",
44
"database": "atomate_unittest",
5-
"host": "localhost",
5+
"host": "localhost",
66
"port": 27017
7-
}
7+
}

atomate/utils/tests/spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ fireworks:
1414
common_params:
1515
db_file: db.json
1616
vasp_cmd: /opt/vasp
17-
name: band structure
17+
name: band structure

atomate/utils/tests/spec_multi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ fireworks:
66
parents: [0, 1]
77
common_params:
88
db_file: db.json
9-
vasp_cmd: /opt/vasp
9+
vasp_cmd: /opt/vasp

atomate/vasp/builders/examples/db.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
"host": <<HOSTNAME>>,
77
"port": <<PORT_NUM>>,
88
"aliases": {}
9-
}
9+
}

atomate/vasp/builders/tasks_materials_settings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ indexes:
8787
- "thermo.energy_per_atom"
8888
- "formula_pretty"
8989
- "formula_reduced_abc"
90-
- "sg_number"
90+
- "sg_number"

0 commit comments

Comments
 (0)