Skip to content

Commit 47ad3b4

Browse files
committed
CLN: clean up new detected trailing whitespace
1 parent 4291973 commit 47ad3b4

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

pandas/_libs/src/ujson/lib/ultrajsonenc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ void encode(JSOBJ obj, JSONObjectEncoder *enc, const char *name,
11341134
}
11351135

11361136
break;
1137-
1137+
11381138
}
11391139
}
11401140

pandas/_libs/tslibs/src/datetime/np_datetime.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ int cmp_npy_datetimestruct(const npy_datetimestruct *a,
312312
* object into a NumPy npy_datetimestruct. Uses tzinfo (if present)
313313
* to convert to UTC time.
314314
*
315-
* The following implementation just asks for attributes, and thus
315+
* The following implementation just asks for attributes, and thus
316316
* supports datetime duck typing. The tzinfo time zone conversion
317317
* requires this style of access as well.
318318
*

web/pandas/_templates/layout.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
{% if static.logo %}<a class="navbar-brand" href="{{ base_url }}/"><img alt="" src="{{ base_url }}{{ static.logo }}"/></a>{% endif %}
3535

36-
<div class="collapse navbar-collapse" id="nav-content">
36+
<div class="collapse navbar-collapse" id="nav-content">
3737
<ul class="navbar-nav ml-auto">
3838
{% for item in navbar %}
3939
{% if not item.has_subitems %}
@@ -89,7 +89,7 @@
8989
pandas is a fiscally sponsored project of <a href="https://numfocus.org">NumFOCUS.</a>
9090
</p>
9191
</footer>
92-
92+
9393
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
9494
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
9595
crossorigin="anonymous"></script>

web/pandas/static/img/partners/r_studio.svg

-1
Loading

0 commit comments

Comments
 (0)