Skip to content

Commit 7654350

Browse files
committed
Minor indentation fix for ScoobiAwsAction.configuration
1 parent 8cad206 commit 7654350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ivory-scoobi/src/main/scala/com/ambiata/ivory/scoobi/ScoobiAwsAction.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ object ScoobiS3Action extends ActionTSupport[IO, Vector[AwsLog], (ScoobiConfigur
6060
scoobiConfiguration.map(f)
6161

6262
def configuration: ScoobiAwsAction[Configuration, AmazonS3Client] =
63-
fromHdfs(Hdfs.configuration)
63+
fromHdfs(Hdfs.configuration)
6464

6565
def fromScoobiAction[A](action: ScoobiAction[A]): ScoobiAwsAction[A, AmazonS3Client] =
6666
ScoobiAwsAction(ActionT((c: Config) => ActionT.fromResultT[IO, Vector[AwsLog], Config, A](action.run(c._1)).runT(c)))

0 commit comments

Comments
 (0)