Skip to content

Commit 45b3ca1

Browse files
committed
Fix end-of-file-fixer in the codebase
Signed-off-by: Priyanshi Gaur <noxdot1134@gmail.com>
1 parent e6f2dde commit 45b3ca1

File tree

12 files changed

+11
-13
lines changed

12 files changed

+11
-13
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
- id: check-toml
3131
- id: check-yaml
3232
- id: destroyed-symlinks
33-
#- id: end-of-file-fixer
33+
- id: end-of-file-fixer
3434
#- id: mixed-line-ending
3535
# args:
3636
# - --fix=no

analyze/compare_graphs/total_usage.html

+1-1
Large diffs are not rendered by default.

deviantart/legal-tool-paths.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -649,4 +649,4 @@ licenses/by-nc-sa/4.0
649649
licenses/by-nd/4.0
650650
licenses/by-sa/4.0
651651
publicdomain/mark/1.0
652-
publicdomain/zero/1.0
652+
publicdomain/zero/1.0

env.example

-2
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,3 @@
3737
# https://developers.google.com/youtube/v3/docs
3838

3939
# YOUTUBE_API_KEY =
40-
41-

flickr/dataset/license_total.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
5,72382
77
6,75260
88
9,62456
9-
10,107137
9+
10,107137

flickr/photos.json

+1-1
Large diffs are not rendered by default.

flickr/rec.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
487 4 600
1+
487 4 600

google_custom_search/google_lang.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@
6666

6767
"lang_zh-CN": Chinese (Simplified)
6868

69-
"lang_zh-TW": Chinese (Traditional)
69+
"lang_zh-TW": Chinese (Traditional)

internetarchive/legal-tool-paths.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -649,4 +649,4 @@ licenses/by-nc-sa/4.0
649649
licenses/by-nd/4.0
650650
licenses/by-sa/4.0
651651
publicdomain/mark/1.0
652-
publicdomain/zero/1.0
652+
publicdomain/zero/1.0

visualization/countries_codes_and_coordinates.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,4 +254,4 @@
254254
"Western Sahara", "EH", "ESH", "732", "24.5", "-13"
255255
"Yemen", "YE", "YEM", "887", "15", "48"
256256
"Zambia", "ZM", "ZMB", "894", "-15", "30"
257-
"Zimbabwe", "ZW", "ZWE", "716", "-20", "30"
257+
"Zimbabwe", "ZW", "ZWE", "716", "-20", "30"

visualization/country_alpha3.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,4 +247,4 @@ Wallis and Futuna,WF,WLF,876,ISO 3166-2:WF,Oceania,Polynesia,"",009,061,""
247247
Western Sahara,EH,ESH,732,ISO 3166-2:EH,Africa,Northern Africa,"",002,015,""
248248
Yemen,YE,YEM,887,ISO 3166-2:YE,Asia,Western Asia,"",142,145,""
249249
Zambia,ZM,ZMB,894,ISO 3166-2:ZM,Africa,Sub-Saharan Africa,Eastern Africa,002,202,014
250-
Zimbabwe,ZW,ZWE,716,ISO 3166-2:ZW,Africa,Sub-Saharan Africa,Eastern Africa,002,202,014
250+
Zimbabwe,ZW,ZWE,716,ISO 3166-2:ZW,Africa,Sub-Saharan Africa,Eastern Africa,002,202,014

visualization/flickr_licenses.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
<license id="8" name="United States Government Work" url="http://www.usa.gov/copyright.shtml" />
1111
<license id="9" name="Public Domain Dedication (CC0)" url="https://creativecommons.org/publicdomain/zero/1.0/" />
1212
<license id="10" name="Public Domain Mark" url="https://creativecommons.org/publicdomain/mark/1.0/" />
13-
</licenses>
13+
</licenses>

0 commit comments

Comments
 (0)