Skip to content

Commit 47f1871

Browse files
committed
fix: linting back to main
Signed-off-by: Matias Perrone <github@matiasperrone.com>
1 parent c162e25 commit 47f1871

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

app/Http/Controllers/Apis/Marketplace/RemoteCloudsApiController.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
<?php
2-
3-
namespace App\Http\Controllers;
4-
1+
<?php namespace App\Http\Controllers;
52
/**
63
* Copyright 2017 OpenStack Foundation
74
* Licensed under the Apache License, Version 2.0 (the "License");

app/Swagger/MarketplaceSchemas.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,4 @@ class RemoteCloudsResponseSchema
177177
)]
178178
class PaginatedRemoteCloudsResponseSchema
179179
{
180-
}
180+
}

app/Swagger/Models/MarketPlaceReviewSchema.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
]
2020
class MarketPlaceReviewSchema
2121
{
22-
}
22+
}

0 commit comments

Comments
 (0)