mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-22 22:44:47 +03:00
nit
This commit is contained in:
parent
1a3b5d72f0
commit
37a3d3dc8c
7
build.rs
7
build.rs
@ -57,7 +57,12 @@ fn check_file_licenses<P: AsRef<Path>>(path: P) {
|
||||
.read_to_end(&mut contents)
|
||||
.unwrap();
|
||||
|
||||
assert_eq!(contents, EXPECTED_LICENSE_TEXT, "The license in \"{}\" is either missing or it doesn't match the expected string!", entry.path().display());
|
||||
assert_eq!(
|
||||
contents,
|
||||
EXPECTED_LICENSE_TEXT,
|
||||
"The license in \"{}\" is either missing or it doesn't match the expected string!",
|
||||
entry.path().display()
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user