Skip to content
Snippets Groups Projects
Commit 01740deb authored by Alexander Kreft's avatar Alexander Kreft
Browse files

STY: Code formatting

parent 6bca4319
No related branches found
No related tags found
1 merge request!4F full ak
Pipeline #12589 failed
......@@ -152,8 +152,13 @@ end
@testset "Test entity update" begin
ent_with_name = execute_query("FIND TestEnt")
prop = CaosDB.Entity.create_property_entity(name = "TestProperty", datatype = "TEXT", unit = "cm",
is_reference = false, is_list = false)
prop = CaosDB.Entity.create_property_entity(
name = "TestProperty",
datatype = "TEXT",
unit = "cm",
is_reference = false,
is_list = false,
)
single_insert_transaction1 = create_transaction()
add_insert_entity(single_insert_transaction1, prop)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment