Skip to content

Commit 43c8f09

Browse files
committed
Fix copilot comment
1 parent 93c996f commit 43c8f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
7777
# Create a simple lib.rs that uses sqlant
7878
cat > src/lib.rs << 'EOF'
79-
use sqlant::{GeneratorType, get_generator};
79+
use sqlant::GeneratorType;
8080
8181
pub fn test_use_sqlant() {
8282
let _ = GeneratorType::PlantUML;

0 commit comments

Comments
 (0)