From f0f6361fd37703f52dbaa1112483095aaaf08734 Mon Sep 17 00:00:00 2001 From: songruining Date: Mon, 28 Oct 2024 12:00:48 +0800 Subject: [PATCH] chore: fixed line endings --- .../UnionWithCustomEnumValues.fbs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Tests/FlatSharpEndToEndTests/UnionWithCustomEnumValues/UnionWithCustomEnumValues.fbs b/src/Tests/FlatSharpEndToEndTests/UnionWithCustomEnumValues/UnionWithCustomEnumValues.fbs index 4a016372..ffe650c5 100644 --- a/src/Tests/FlatSharpEndToEndTests/UnionWithCustomEnumValues/UnionWithCustomEnumValues.fbs +++ b/src/Tests/FlatSharpEndToEndTests/UnionWithCustomEnumValues/UnionWithCustomEnumValues.fbs @@ -1,5 +1,5 @@ -namespace FlatSharpEndToEndTests.UnionWithCustomEnumValues; - -table A {} -table B {} +namespace FlatSharpEndToEndTests.UnionWithCustomEnumValues; + +table A {} +table B {} union C { A = 2, B = 4 } \ No newline at end of file