diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2019-11-06 19:42:39 +0530 |
---|---|---|
committer | Harsh Shandilya <msfjarvis@gmail.com> | 2019-11-06 19:42:39 +0530 |
commit | be0d89958ad0ee18d3bba79db8d21666148d52ce (patch) | |
tree | f53e0181ec6ee8eb91994cd01623aec2464afd79 /app/src/main/res/drawable/divider.xml | |
parent | b2d352e3ea671e84cc4f356a49786d1d3b2eaef6 (diff) |
treewide: Reformat with latest ktlint
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
Diffstat (limited to 'app/src/main/res/drawable/divider.xml')
-rw-r--r-- | app/src/main/res/drawable/divider.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/drawable/divider.xml b/app/src/main/res/drawable/divider.xml index 23a88317..463d1746 100644 --- a/app/src/main/res/drawable/divider.xml +++ b/app/src/main/res/drawable/divider.xml @@ -3,4 +3,4 @@ android:shape="rectangle"> <size android:height="1dp" /> <solid android:color="?attr/colorPrimaryDark" /> -</shape>
\ No newline at end of file +</shape> |