From 1e756d538b00827aee8efac915dc908f8410d4a2 Mon Sep 17 00:00:00 2001 From: Norbert Orzechowicz Date: Tue, 31 Oct 2023 20:57:32 +0100 Subject: [PATCH] CS Fixes --- examples/topics/aggregations/daily_revenue.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/topics/aggregations/daily_revenue.php b/examples/topics/aggregations/daily_revenue.php index 48d121168..cc44f1430 100644 --- a/examples/topics/aggregations/daily_revenue.php +++ b/examples/topics/aggregations/daily_revenue.php @@ -2,11 +2,11 @@ declare(strict_types=1); -use Flow\ETL\DSL\Parquet; -use Flow\ETL\Filesystem\SaveMode; use function Flow\ETL\DSL\lit; use function Flow\ETL\DSL\ref; +use Flow\ETL\DSL\Parquet; use Flow\ETL\DSL\To; +use Flow\ETL\Filesystem\SaveMode; use Flow\ETL\Flow; use Flow\ETL\GroupBy\Aggregation;