format-common: remove weirdly worded comment
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
5f83d6f2ff
commit
1446947811
1 changed files with 0 additions and 1 deletions
|
@ -149,7 +149,6 @@ constructor(
|
|||
}
|
||||
|
||||
val items = mutableMapOf<String, String>()
|
||||
// Take extraContentWithoutAuthData and onEach line perform the following tasks
|
||||
extraContentWithoutAuthData.lines().forEach { line ->
|
||||
// Split the line on ':' and save all the parts into an array
|
||||
// "ABC : DEF:GHI" --> ["ABC", "DEF", "GHI"]
|
||||
|
|
Loading…
Reference in a new issue