From b12dad1b635561f463ec22f5798d57dd114c5462 Mon Sep 17 00:00:00 2001 From: gagdiez Date: Tue, 27 Jun 2023 16:20:18 +0200 Subject: [PATCH] chore: updated test snapshots (#2029) --- test/__snapshots__/make.test.ts.snap | 48 ++++++++++++++-------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/test/__snapshots__/make.test.ts.snap b/test/__snapshots__/make.test.ts.snap index 0b32b01c..2a77e243 100644 --- a/test/__snapshots__/make.test.ts.snap +++ b/test/__snapshots__/make.test.ts.snap @@ -5804,7 +5804,7 @@ pub struct Contract { impl Default for Contract { fn default() -> Self { - Self{greeting: DEFAULT_GREETING.to_string()} + Self { greeting: DEFAULT_GREETING.to_string() } } } @@ -5934,9 +5934,9 @@ pub struct Contract { } // Define the default, which automatically initializes the contract -impl Default for Contract{ - fn default() -> Self{ - Self{message: DEFAULT_MESSAGE.to_string()} +impl Default for Contract { + fn default() -> Self { + Self { message: DEFAULT_MESSAGE.to_string() } } } @@ -6333,7 +6333,7 @@ pub struct Contract { impl Default for Contract { fn default() -> Self { - Self{greeting: DEFAULT_GREETING.to_string()} + Self { greeting: DEFAULT_GREETING.to_string() } } } @@ -6463,9 +6463,9 @@ pub struct Contract { } // Define the default, which automatically initializes the contract -impl Default for Contract{ - fn default() -> Self{ - Self{message: DEFAULT_MESSAGE.to_string()} +impl Default for Contract { + fn default() -> Self { + Self { message: DEFAULT_MESSAGE.to_string() } } } @@ -6873,7 +6873,7 @@ pub struct Contract { impl Default for Contract { fn default() -> Self { - Self{greeting: DEFAULT_GREETING.to_string()} + Self { greeting: DEFAULT_GREETING.to_string() } } } @@ -7003,9 +7003,9 @@ pub struct Contract { } // Define the default, which automatically initializes the contract -impl Default for Contract{ - fn default() -> Self{ - Self{message: DEFAULT_MESSAGE.to_string()} +impl Default for Contract { + fn default() -> Self { + Self { message: DEFAULT_MESSAGE.to_string() } } } @@ -8104,7 +8104,7 @@ pub struct Contract { impl Default for Contract { fn default() -> Self { - Self{greeting: DEFAULT_GREETING.to_string()} + Self { greeting: DEFAULT_GREETING.to_string() } } } @@ -8234,9 +8234,9 @@ pub struct Contract { } // Define the default, which automatically initializes the contract -impl Default for Contract{ - fn default() -> Self{ - Self{message: DEFAULT_MESSAGE.to_string()} +impl Default for Contract { + fn default() -> Self { + Self { message: DEFAULT_MESSAGE.to_string() } } } @@ -9346,7 +9346,7 @@ pub struct Contract { impl Default for Contract { fn default() -> Self { - Self{greeting: DEFAULT_GREETING.to_string()} + Self { greeting: DEFAULT_GREETING.to_string() } } } @@ -9476,9 +9476,9 @@ pub struct Contract { } // Define the default, which automatically initializes the contract -impl Default for Contract{ - fn default() -> Self{ - Self{message: DEFAULT_MESSAGE.to_string()} +impl Default for Contract { + fn default() -> Self { + Self { message: DEFAULT_MESSAGE.to_string() } } } @@ -10528,7 +10528,7 @@ pub struct Contract { impl Default for Contract { fn default() -> Self { - Self{greeting: DEFAULT_GREETING.to_string()} + Self { greeting: DEFAULT_GREETING.to_string() } } } @@ -10658,9 +10658,9 @@ pub struct Contract { } // Define the default, which automatically initializes the contract -impl Default for Contract{ - fn default() -> Self{ - Self{message: DEFAULT_MESSAGE.to_string()} +impl Default for Contract { + fn default() -> Self { + Self { message: DEFAULT_MESSAGE.to_string() } } }