1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-06-23 00:28:10 +02:00

Formatting

This commit is contained in:
Tim Voronov
2018-10-13 21:08:18 -04:00
parent 5f94b77a39
commit 91093d6d25
2 changed files with 2 additions and 2 deletions

View File

@ -33,6 +33,6 @@ func NewLib() map[string]core.Function {
"INNER_TEXT": InnerText,
"INNER_TEXT_ALL": InnerTextAll,
"SCREENSHOT": Screenshot,
"PDF": PDF,
"PDF": PDF,
}
}