Skip to content

Commit b019563

Browse files
chore: tweak formatting for lint joy
Signed-off-by: Josh <[email protected]>
1 parent 7f9ce45 commit b019563

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/public/Files/Mount/IMountPoint.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ public function setMountPoint($mountPoint);
4141
*
4242
* @return \OCP\Files\Storage\IStorage|null The mounted storage backend, or null if initialization failed.
4343
* @since 8.0.0
44-
*/
44+
*/
4545
public function getStorage();
4646

4747
/**
4848
* Get the storage's string identifier from the storage backend.
4949
*
50-
* If the identifier exceeds 64 characters, it will be MD5 hashed.
50+
* If the identifier exceeds 64 characters, it will be MD5 hashed.
5151
*
5252
* @return string|null Storage id, or null if the storage cannot be initialized.
5353
* @since 8.0.0

0 commit comments

Comments
 (0)