diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-05-30 12:36:49 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2021-05-30 12:36:49 +0530 |
commit | 144694781175f4a856d66ea92c603489a6e0b99d (patch) | |
tree | 4a0a9e12c14b41fcc476764b9617721ddc73fb12 /format-common | |
parent | 5f83d6f2ffaa3bfc311bb5bd888790797c122f2b (diff) |
format-common: remove weirdly worded comment
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'format-common')
-rw-r--r-- | format-common/src/main/kotlin/dev/msfjarvis/aps/data/passfile/PasswordEntry.kt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/format-common/src/main/kotlin/dev/msfjarvis/aps/data/passfile/PasswordEntry.kt b/format-common/src/main/kotlin/dev/msfjarvis/aps/data/passfile/PasswordEntry.kt index 34288f50..4fc9667d 100644 --- a/format-common/src/main/kotlin/dev/msfjarvis/aps/data/passfile/PasswordEntry.kt +++ b/format-common/src/main/kotlin/dev/msfjarvis/aps/data/passfile/PasswordEntry.kt @@ -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"] |