Skip to content

Commit

Permalink
chore: Remove empty statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
peombwa committed Oct 3, 2023
1 parent 29a3390 commit a9ab5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/ParsingHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static void ParseMap<T>(JsonElement node, T permissionsDocument, FixedFie
// Logs the unknown property. We can switch to additional properties model in the future if need be.
Debug.WriteLine($"Skipped {element.Name}. The property is unknown.");
}
};
}
}

internal static List<T> GetList<T>(JsonElement v, Func<JsonElement, T> load)
Expand Down

0 comments on commit a9ab5ad

Please sign in to comment.