format-common: remove weirdly worded comment

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-05-30 12:36:49 +05:30
parent 5f83d6f2ff
commit 1446947811
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -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"]