mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
Run clang-format over C++ files
This commit is contained in:
parent
1884497308
commit
ca6dfc0cb5
12 changed files with 141 additions and 107 deletions
|
@ -24,7 +24,6 @@ SCENARIO("Basic usage")
|
|||
REQUIRE(prop2.get() == 42 + 4);
|
||||
prop.set(55);
|
||||
REQUIRE(prop2.get() == 55 + 4);
|
||||
|
||||
}
|
||||
|
||||
REQUIRE(prop.get() == 55);
|
||||
|
@ -32,7 +31,6 @@ SCENARIO("Basic usage")
|
|||
REQUIRE(prop.get() == 33);
|
||||
}
|
||||
|
||||
|
||||
SCENARIO("Set after binding")
|
||||
{
|
||||
Property<int> prop;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue