remove tab (#7692)

This commit is contained in:
nicksanders348 2018-02-22 16:43:44 +08:00 committed by William Cheng
parent dcad9ae807
commit 6a81829bb3

View File

@ -1,7 +1,7 @@
part of {{pubName}}.api; part of {{pubName}}.api;
abstract class Authentication { abstract class Authentication {
/// Apply authentication settings to header and query params. /// Apply authentication settings to header and query params.
void applyToParams(List<QueryParam> queryParams, Map<String, String> headerParams); void applyToParams(List<QueryParam> queryParams, Map<String, String> headerParams);
} }