From a46ce8d0f6d4433f2aee85677f27ddfc275a6e03 Mon Sep 17 00:00:00 2001 From: Zeke Foppa Date: Tue, 5 May 2026 11:04:47 -0700 Subject: [PATCH] [bfops/argument-null-exception]: format --- crates/bindings-csharp/BSATN.Runtime/Builtins.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/bindings-csharp/BSATN.Runtime/Builtins.cs b/crates/bindings-csharp/BSATN.Runtime/Builtins.cs index b324c1d56..e204985b5 100644 --- a/crates/bindings-csharp/BSATN.Runtime/Builtins.cs +++ b/crates/bindings-csharp/BSATN.Runtime/Builtins.cs @@ -1,10 +1,10 @@ namespace SpacetimeDB; +using System.Runtime.InteropServices; +using SpacetimeDB.BSATN; #if !NET5_0_OR_GREATER using System.Diagnostics; #endif -using System.Runtime.InteropServices; -using SpacetimeDB.BSATN; internal static class Util {