Skip to content

Commit 9ee7f17

Browse files
committed
prettier run
1 parent 4c12bd6 commit 9ee7f17

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

vscode-wpilib/resources/media/main.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
}
88
}
99

10-
1110
.uninstall-button .vscode-select select {
1211
height: 24px;
1312
box-sizing: border-box;
@@ -16,9 +15,9 @@
1615
border-radius: 2px;
1716
}
1817

19-
.uninstall-button button[id*="version-action"],
20-
.uninstall-button button[id*="uninstall-action"],
21-
.uninstall-button button[id*="install-action"] {
18+
.uninstall-button button[id*='version-action'],
19+
.uninstall-button button[id*='uninstall-action'],
20+
.uninstall-button button[id*='install-action'] {
2221
width: 72px;
2322
height: 24px;
2423
box-sizing: border-box;
@@ -421,4 +420,3 @@ button:disabled {
421420
opacity: 0.5;
422421
cursor: not-allowed;
423422
}
424-

vscode-wpilib/resources/webviews/help.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!doctype html>
22
<html>
3-
43
<head>
54
<title>WPILib Help</title>
65
<meta charset="UTF-8" />
@@ -16,15 +15,17 @@ <h1 class="project-title">WPILib Help</h1>
1615

1716
<div class="project-row">
1817
<p>
19-
Welcome to WPILib Help! Thank you for alpha testing the Systemcore and 2027 WPILib. Please see
18+
Welcome to WPILib Help! Thank you for alpha testing the Systemcore and 2027 WPILib. Please
19+
see
2020
<a href="https://github.com/wpilibsuite/SystemcoreTesting/">
21-
https://github.com/wpilibsuite/SystemcoreTesting/</a>
21+
https://github.com/wpilibsuite/SystemcoreTesting/</a
22+
>
2223
for the expectations for testing and to provide your feedback.
2324
</p>
2425

2526
<p>
26-
To open this window again, open the Command Palette (F1 or
27-
View->Command Palette), and select
27+
To open this window again, open the Command Palette (F1 or View->Command Palette), and
28+
select
2829
<b>Open WPILib Help.</b>
2930
</p>
3031
<p>
@@ -87,5 +88,4 @@ <h2 class="project-subtitle">Setting Up Your Workspace</h2>
8788
});
8889
</script>
8990
</body>
90-
91-
</html>
91+
</html>

0 commit comments

Comments
 (0)