Skip to content

Commit 699ac51

Browse files
committed
Format
1 parent aa93e74 commit 699ac51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ impl UrlPattern {
7676
dict.set_item("pathname", self.0.pathname()).unwrap();
7777
dict.set_item("search", self.0.search()).unwrap();
7878
dict.set_item("hash", self.0.hash()).unwrap();
79-
dict.set_item("hasRegExpGroups", self.0.has_regexp_groups()).unwrap();
79+
dict.set_item("hasRegExpGroups", self.0.has_regexp_groups())
80+
.unwrap();
8081
format!("URLPattern({})", dict)
8182
}
8283

0 commit comments

Comments
 (0)