Skip to content

Commit

Permalink
Fix language server checkstyle error
Browse files Browse the repository at this point in the history
  • Loading branch information
dulajdilshan committed Nov 21, 2024
1 parent 12fa790 commit ee48629
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
package org.ballerinalang.langserver;

import com.google.common.reflect.TypeToken;
import com.google.gson.Gson;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import com.google.gson.Gson;
import io.ballerina.compiler.api.ModuleID;
import io.ballerina.compiler.api.SemanticModel;
import io.ballerina.projects.Module;
Expand Down

0 comments on commit ee48629

Please sign in to comment.