Skip to content

Commit

Permalink
GH-37213: [C#] Updating a reference to FlatBuffers missed due to reba…
Browse files Browse the repository at this point in the history
…se/merge conflict (#37214)

### Rationale for this change

The build was broken

### What changes are included in this PR?

Updated a newly introduced reference to `using FlatBuffers` to be `using Google.FlatBuffers`

### Are these changes tested?

Yes

### Are there any user-facing changes?

No
* Closes: #37213

Authored-by: Weston Pace <[email protected]>
Signed-off-by: Weston Pace <[email protected]>
  • Loading branch information
westonpace authored Aug 16, 2023
1 parent 0e677d2 commit d0c18a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/src/Apache.Arrow/Arrays/ArrayData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

using Apache.Arrow.Memory;
using Apache.Arrow.Types;
using FlatBuffers;
using Google.FlatBuffers;
using System;
using System.Collections.Generic;
using System.Linq;
Expand Down

0 comments on commit d0c18a6

Please sign in to comment.