Skip to content

Commit

Permalink
Fix line endings in JsonStructuredOutput to repair repo sync tool
Browse files Browse the repository at this point in the history
Summary: In spite of the `.editorconfig`, we ended up with mixed line endings in a new source file again, breaking the sync tool that pushes changes to github.

Differential Revision: D54423708

fbshipit-source-id: 3ffa3a361609941d05cdfed3e52a9dbaa8d70e09
  • Loading branch information
elliekorn authored and facebook-github-bot committed Mar 1, 2024
1 parent 8e03cd9 commit fffdb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommandInfrastructure/JsonStructuredOutput.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/

using System.Collections.Generic;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Text.Json;
Expand Down

0 comments on commit fffdb78

Please sign in to comment.