Skip to content

Commit

Permalink
reorder using statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-sousa-8 committed Oct 4, 2023
1 parent 5a85aa1 commit 5cd0f0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/KafkaFlow/Extensions/ConfigurationBuilderExtensions.cs
Expand Up @@ -3,14 +3,14 @@ namespace KafkaFlow
using System;
using System.Collections.Generic;
using Confluent.Kafka;
using KafkaFlow.Clusters;
using KafkaFlow.Compressor;
using KafkaFlow.Compressor.Middlewares;
using KafkaFlow.Clusters;
using KafkaFlow.Configuration;
using KafkaFlow.Middlewares.TypedHandler;
using KafkaFlow.Middlewares.TypedHandler.Configuration;
using KafkaFlow.Consumers;
using KafkaFlow.Consumers.WorkersBalancers;
using KafkaFlow.Middlewares.TypedHandler;
using KafkaFlow.Middlewares.TypedHandler.Configuration;

/// <summary>
/// Provides extension methods over <see cref="IConsumerConfigurationBuilder"/> and <see cref="IProducerConfigurationBuilder"/>
Expand Down

0 comments on commit 5cd0f0d

Please sign in to comment.