Skip to content

Commit b3d6996

Browse files
authored
Merge branch 'main' into docs/add-rns-and-reorg
2 parents c8afc12 + 49b82a2 commit b3d6996

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: Build
22

33
on:
44
pull_request:
5+
types:
6+
- opened
7+
- reopened
8+
- synchronize
9+
- labeled
510
push:
611
branches:
712
- main

deny.toml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,17 @@ multiple-versions = "allow"
2525

2626
[licenses]
2727
allow = [
28-
"Apache-2.0",
29-
"BSD-2-Clause",
30-
"BSD-3-Clause",
31-
"CC0-1.0",
32-
"ISC",
33-
"LicenseRef-ring",
34-
"MIT",
35-
"MPL-2.0",
36-
"Unicode-DFS-2016",
37-
"Zlib",
28+
"Apache-2.0",
29+
"BSD-2-Clause",
30+
"BSD-3-Clause",
31+
"CC0-1.0",
32+
"ISC",
33+
"LicenseRef-ring",
34+
"MIT",
35+
"MPL-2.0",
36+
"Unicode-DFS-2016",
37+
"Unicode-3.0",
38+
"Zlib",
3839
]
3940
confidence-threshold = 0.9
4041

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ impl Reader {
112112
}
113113
}
114114

115-
pub fn get_raw_reader(&self) -> &RwLock<c2pa::Reader>{
115+
pub fn get_raw_reader(&self) -> &RwLock<c2pa::Reader> {
116116
&self.reader
117117
}
118118
}

0 commit comments

Comments
 (0)