Skip to content

Commit

Permalink
apply suggestion
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <alper_ozturk@proton.me>
  • Loading branch information
alperozturk96 committed Jan 21, 2025
1 parent 476a146 commit 9b768b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class WebdavEntry constructor(
private set
var lockToken: String? = null
private set
var tags = arrayOfNulls<Tag>(0)
var tags = emptyArray<Tag?>()
var imageDimension: ImageDimension? = null
var geoLocation: GeoLocation? = null
var hidden = false
Expand Down

0 comments on commit 9b768b9

Please sign in to comment.