Indent with tabs
This commit is contained in:
parent
508b6798ff
commit
00c07e3a50
|
|
@ -74,6 +74,6 @@ String customValueSearchUrl(Map<String, String> search) {
|
|||
"$buildScan.server/scans?$query"
|
||||
}
|
||||
|
||||
String encodeURL(String url){
|
||||
String encodeURL(String url) {
|
||||
URLEncoder.encode(url, 'UTF-8')
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue