Skip to content

Commit

Permalink
Add spaces surrounding curly braces
Browse files Browse the repository at this point in the history
Minor formatting nit :)
  • Loading branch information
tronical committed Nov 6, 2023
1 parent a4a1a47 commit fd1c987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/gallery/ui/pages/easings_page.slint
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright © SixtyFPS GmbH <info@slint.dev>
// SPDX-License-Identifier: MIT

import {Page} from "page.slint";
import {Button, HorizontalBox, Slider, ScrollView} from "std-widgets.slint";
import { Page } from "page.slint";
import { Button, HorizontalBox, Slider, ScrollView } from "std-widgets.slint";

component EaseTest inherits HorizontalLayout {
padding: 10px;
Expand Down

0 comments on commit fd1c987

Please sign in to comment.