Skip to content

Commit 49b82a2

Browse files
authored
Merge pull request #72 from contentauth/run-jobs
chore: Formatting
2 parents c81107f + bcd3f06 commit 49b82a2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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

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)