Skip to content

Commit 2c8e4ba

Browse files
authoredMar 24, 2025
Format code correctly (#2848)
1 parent 01e8e42 commit 2c8e4ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/platform-integration/includes/android-fileproviderpaths.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For more information about file provider paths, see [FileProvider](https://devel
2323

2424
Prior to sharing a file, you should ensure it's first written to the *sharing-root* folder in one of the locations from the override file:
2525

26-
```cs
26+
```csharp
2727
// Write into the specific sub-directory
2828
var dir = Path.Combine(FileSystem.CacheDirectory, "sharing-root");
2929
Directory.CreateDirectory(dir);

0 commit comments

Comments
 (0)