Skip to content

Commit e9061a5

Browse files
committed
fix rustfmt
1 parent b44eeb4 commit e9061a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/user-info-fetcher/src/backend/active_directory.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ pub(crate) async fn get_user_info(
179179
}
180180

181181
/// Constructs a user filter that searches both the UPN as well as the sAMAccountName attributes.
182-
/// See this issue for details: https://github.com/stackabletech/opa-operator/issues/702
182+
/// See this issue for details: <https://github.com/stackabletech/opa-operator/issues/702>
183183
fn user_name_filter(username: &str) -> String {
184184
let escaped_username = ldap_escape(username);
185185
let realm = "SBLE.TEST"; // TODO: Replace with actual realm

0 commit comments

Comments
 (0)