Skip to content

Commit

Permalink
PC-1234: Update code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Glenn-Clarke committed Aug 5, 2024
1 parent ff18c94 commit bd41171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SeaPublicWebsite/DataStores/PropertyDataStore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public async Task<PropertyData> CreateNewPropertyDataAsync()
Reference = RandomHelper.Generate8CharacterReference()
};
attemptedReferences.Add(propertyData.Reference);

try
{
await dataAccessProvider.AddPropertyDataAsync(propertyData);
Expand Down

0 comments on commit bd41171

Please sign in to comment.