Skip to content

Commit

Permalink
Restructure import order
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshLK committed Nov 20, 2024
1 parent d955225 commit 358540c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/kafka-hub/hub/modules/persistence/persistence.bal
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
// under the License.

import ballerina/websubhub;
import ballerinax/kafka;
import kafkaHub.config;
import kafkaHub.connections as conn;
import ballerinax/kafka;

public isolated function addRegsiteredTopic(websubhub:TopicRegistration message) returns error? {
check updateHubState(message);
Expand Down

0 comments on commit 358540c

Please sign in to comment.