Skip to content

Commit

Permalink
style(filemanager): newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalenic committed Dec 13, 2023
1 parent 54f5869 commit 8c08c67
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/workload/stateful/filemanager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ members = [
[workspace.package]
license = "MIT"
edition = "2021"
authors = ["Marko Malenic <[email protected]", "Roman Valls Guimera <[email protected]>"]
authors = ["Marko Malenic <[email protected]", "Roman Valls Guimera <[email protected]>"]
2 changes: 1 addition & 1 deletion lib/workload/stateful/filemanager/database/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM postgres:16

COPY migrations/ /docker-entrypoint-initdb.d/
COPY migrations/ /docker-entrypoint-initdb.d/
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ tracing-subscriber = { version = "0.3", default-features = false, features = ["f
axum = "0.6"
serde_json = "1.0"

filemanager = { path = "../filemanager" }
filemanager = { path = "../filemanager" }
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ filemanager = { path = "../filemanager" }
serde_json = "1.0.105"

aws-config = "0.56"
aws-sdk-sts = "0.30"
aws-sdk-sts = "0.30"
2 changes: 1 addition & 1 deletion lib/workload/stateful/filemanager/filemanager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ futures = "0.3"
#lambda_runtime = "0.8.0"

[dev-dependencies]
aws-smithy-runtime-api = "0.100"
aws-smithy-runtime-api = "0.100"

0 comments on commit 8c08c67

Please sign in to comment.