From eb6db07ed7b85c38e49008e391fa48efc9932b7f Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Thu, 8 Sep 2022 23:02:22 -0400 Subject: [PATCH] remove trailing spaces --- src/components/hello-riot/hello-riot.riot | 4 ++-- src/css/main.css | 4 ++-- src/js/register.js | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/hello-riot/hello-riot.riot b/src/components/hello-riot/hello-riot.riot index 75adc3c..5b35c64 100644 --- a/src/components/hello-riot/hello-riot.riot +++ b/src/components/hello-riot/hello-riot.riot @@ -5,8 +5,8 @@

Start your development with - Riot, a component-based ui library, running on the - Vite front-end tooling. + Riot, a component-based ui library, running on the + Vite front-end tooling.

Getting Started

diff --git a/src/css/main.css b/src/css/main.css index b086faf..c04170a 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -15,8 +15,8 @@ code { } .flex { - display: flex; - justify-content: space-evenly; + display: flex; + justify-content: space-evenly; text-align: center; } diff --git a/src/js/register.js b/src/js/register.js index 30654d5..502a852 100644 --- a/src/js/register.js +++ b/src/js/register.js @@ -2,10 +2,10 @@ import {register, mount} from 'riot'; /** * Register Global Components - * + * * helper that registers and mounts global components * via an object registry - * + * * @param {Object} registry key:value object registry */ export function Register(registry = {}) {