mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-11 09:29:59 +00:00
zig fmt
This commit is contained in:
@@ -50,7 +50,7 @@ pub fn main() void {
|
||||
//
|
||||
// Luckily, the 'length' field makes it possible to still
|
||||
// work with this value.
|
||||
const foo = WeirdContainer {
|
||||
const foo = WeirdContainer{
|
||||
.data = "Weird Data!",
|
||||
.length = 11,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user