Fix stylelint-config-standard violations

Bug: chromium:1083142
Change-Id: I5ea4cc5d0f83e52856383ba37a47472e33eb19a2
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2204113
Commit-Queue: Mathias Bynens <[email protected]>
Commit-Queue: Changhao Han <[email protected]>
Auto-Submit: Mathias Bynens <[email protected]>
Reviewed-by: Changhao Han <[email protected]>
Reviewed-by: Alex Rudenko <[email protected]>
diff --git a/front_end/ui/reportView.css b/front_end/ui/reportView.css
index 6b2bd98..68b63cf 100644
--- a/front_end/ui/reportView.css
+++ b/front_end/ui/reportView.css
@@ -36,7 +36,8 @@
   font-size: 15px;
 }
 
-.report-url, .report-subtitle {
+.report-url,
+.report-subtitle {
   font-size: 12px;
   margin-top: 10px;
 }
@@ -100,7 +101,8 @@
   user-select: text;
 }
 
-.image-wrapper, .image-wrapper img {
+.image-wrapper,
+.image-wrapper img {
   max-width: 200px;
   max-height: 200px;
   display: block;