Skip to content

Commit 7ae8aad

Browse files
wharvexLamparter
andauthored
Update src/Files.App/Utils/Cloud/Detector/GoogleDriveCloudDetector.cs
Co-authored-by: Lamparter <[email protected]> Signed-off-by: Tim <[email protected]>
1 parent 34e83a1 commit 7ae8aad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Files.App/Utils/Cloud/Detector/GoogleDriveCloudDetector.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ private static async Task Inspect(SqliteConnection database, string sqlCommand,
187187
.RootElement.EnumerateObject()
188188
.FirstOrDefault();
189189

190-
// A default `JsonProperty` struct has an Undefined `Value.ValueKind` and throws an
191-
// error if you try to call `EnumerateArray` on its `Value`.
190+
// A default "JsonProperty" struct has an undefined "Value.ValueKind" and throws an
191+
// error if you try to call "EnumerateArray" on its value.
192192
if (googleDriveRegValJsonProperty.Value.ValueKind == JsonValueKind.Undefined)
193193
{
194194
_logger.LogWarning($"Root element of Google Drive registry value for value name '{_googleDriveRegValName}' was empty.");

0 commit comments

Comments
 (0)