Skip to content

Commit cdeab1e

Browse files
committed
whitespace cleanups
1 parent 1db21ea commit cdeab1e

File tree

12 files changed

+12
-20
lines changed

12 files changed

+12
-20
lines changed

SECURITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
## Reporting a Vulnerability
1010

11-
Please report all vulnerabilities by sending an email to [email protected]
11+
Please report all vulnerabilities by sending an email to [email protected]

app.psgi

-1
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,3 @@ builder {
203203
sub is_linux_container {
204204
return -e '/proc/1/cgroup';
205205
}
206-

deploy/vars.sh

-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ fi
1010
export DOCKER_HUB_NAME="metacpan/${DOCKER_IMAGE_NAME}"
1111
export VERSION="${TRAVIS_BUILD_NUMBER:-UNKNOWN-BUILD-NUMBER}"
1212
export VERSION_TAG="${DOCKER_HUB_NAME}:${VERSION}"
13-

root/about/missing_modules.html

-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@
2828
<% END %>
2929

3030
</div>
31-

root/inc/recent-bar.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
[ "yearly", "Yearly", "/recent/topuploaders/yearly" ],
3939
[ "all", "All Time", "/recent/topuploaders/all" ],
4040
] %>
41-
<li class="nav-header">Project Partners</li>
41+
<li class="nav-header">Project Partners</li>
4242
<li><a href="https://www.loadview-testing.com/api-testing/">LoadView API Testing</a></li>
4343
<li><a href="https://webhostingbuddy.com/wordpress-hosting/">WordPress Hosting Buddy</a></li>
4444
</ul>

root/news.html

-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@
99
<% END %>
1010

1111
</div>
12-

root/plussers.html

-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@ <h4> PAUSE users who ++ed <a href="/release/<% plussers.distribution %>"><% plus
2727
<% END %>
2828
</div>
2929
</div>
30-

root/static/js/shBrushCPANChanges.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* @version
99
* 3.0.83 (July 02 2010)
10-
*
10+
*
1111
* @copyright
1212
* Copyright (C) 2004-2010 Alex Gorbatchev.
1313
*
@@ -24,7 +24,7 @@
2424
function Brush()
2525
{
2626
//var r = SyntaxHighlighter.regexLib;
27-
27+
2828
this.regexList = [
2929
// these classes/colors are totally arbitrary
3030
{ regex: /^\{\{\$NEXT\}\}$/gm, css: 'color3' }, // placeholder (oops)

root/static/less/account.less

-1
Original file line numberDiff line numberDiff line change
@@ -282,4 +282,3 @@
282282
}
283283
}
284284
}
285-

root/static/less/global.less

+2-3
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ form#logout {
558558
color: #f00;
559559
font-weight: bold;
560560
}
561-
561+
562562
&.maturity-developer .release-banner {
563563
color: #fff;
564564
background-color: #D9534F;
@@ -568,11 +568,10 @@ form#logout {
568568
margin-top: 5px;
569569
margin-bottom: 10px;
570570
}
571-
571+
572572
&.maturity-developer .release-banner-source {
573573
&:extend(.dist-release.maturity-developer .release-banner all);
574574
margin-top: 10px;
575575
margin-bottom: 5px;
576576
}
577577
}
578-

root/static/less/print.less

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
.footer + div,
1313
.footer + div + div,
1414
.toggle-index,
15-
#right-panel-toggle,
15+
#right-panel-toggle,
1616
.toggle-index-right {
1717
display: none !important;
1818
}
@@ -42,4 +42,3 @@
4242
}
4343
}
4444
}
45-

t/model/changes-tests/dbix-class.changes

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Revision history for DBIx::Class
2-
2+
33
0.08250 2013-04-29 22:00 (UTC)
44
* New Features / Changes
55
- Rewrite from scratch the result constructor codepath - many bugfixes
@@ -40,7 +40,7 @@ Revision history for DBIx::Class
4040
is_nullable => 1 metadata do in fact sometimes fetch NULLs from
4141
the database (the check is currently very limited and is performed
4242
only on resultset collapse when the alternative is rather worse)
43-
43+
4444
* Fixes
4545
- Fix _dbi_attrs_for_bind() being called befor DBI has been loaded
4646
(regression in 0.08210)
@@ -57,17 +57,17 @@ Revision history for DBIx::Class
5757
- Even more robust behavior of GenericSubQuery limit dialect
5858
- Make sure deployment_statements() and cursor_class() are called on
5959
a resolved storage subclass
60-
60+
6161
* Misc
6262
- Fix tests failing due to unspecified resultset retrieval order
6363
(test suite now will pass with newest SQLite libs)
64-
64+
6565
0.08210 2013-04-04 15:30 (UTC)
6666
* New Features / Changes
6767
- Officially deprecate the 'cols' and 'include_columns' resultset
6868
attributes
6969
- Remove ::Storage::DBI::sth() deprecated in 0.08191
70-
70+
7171
* Fixes
7272
- Work around a *critical* bug with potential for data loss in
7373
DBD::SQLite - RT#79576

0 commit comments

Comments
 (0)