Skip to content

Commit

Permalink
移除空格和换行
Browse files Browse the repository at this point in the history
  • Loading branch information
walkerwzy committed Jan 18, 2018
1 parent 9ae2983 commit d6adba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/httpclient/task.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ endpoints.map(e=>`
* ${e.des}
${e.args.map(p=>
` * @param ${p}
` * @param ${p.replace(/\s/ig, '')}
`).join('')} */
- (NSURLSessionDataTask *)${e.method}:(NSDictionary *)params completion:(void (^)(${e.model} *response, NSError *error))completion;`).join('')}

Expand Down

0 comments on commit d6adba8

Please sign in to comment.