Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/spa-templates.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorArtak <34246760+mkArtakMSFT@users.noreply.github.com>2021-10-02 00:22:38 +0300
committerGitHub <noreply@github.com>2021-10-02 00:22:38 +0300
commite7da642ec0ddb6b99786688936d222084ce8c52d (patch)
tree69b563496bcb6598ffe2d811508d6e68b463cdb4 /src
parent8090c657ae3500740ebda63a5ffd258b81b00890 (diff)
Remove unnecessary whitespace
Diffstat (limited to 'src')
-rw-r--r--src/content/React-CSharp/ClientApp/src/components/FetchData.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/React-CSharp/ClientApp/src/components/FetchData.js b/src/content/React-CSharp/ClientApp/src/components/FetchData.js
index f0f96b6..ab4115f 100644
--- a/src/content/React-CSharp/ClientApp/src/components/FetchData.js
+++ b/src/content/React-CSharp/ClientApp/src/components/FetchData.js
@@ -47,7 +47,7 @@ export class FetchData extends Component {
return (
<div>
- <h1 id="tableLabel" >Weather forecast</h1>
+ <h1 id="tableLabel">Weather forecast</h1>
<p>This component demonstrates fetching data from the server.</p>
{contents}
</div>