Skip to content

Commit

Permalink
put parameter on the same line
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Grauel committed Jan 31, 2020
1 parent 2b1eef1 commit f6ec076
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sources/Storage+Info.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ public extension Storage {
return File(
name: key,
url: fileUrl,
modificationDate:
modificationDate,
modificationDate: modificationDate,
size: size
)
}
Expand Down

0 comments on commit f6ec076

Please sign in to comment.