Skip to content

Commit

Permalink
Indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasSp committed Feb 28, 2024
1 parent cdb2abc commit 381b1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layer/wfssource.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ class WfsSource extends VectorSource {
break;
}
default: {
url += `&FeatureId=${ids}`;
url += `&FeatureId=${ids}`;
}
}
} else { // If there are no ids requested, append the query filter
Expand Down

0 comments on commit 381b1c6

Please sign in to comment.