Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Heinen <[email protected]>
  • Loading branch information
thheinen committed Jun 7, 2024
1 parent a78e531 commit 02c8340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ohai/plugins/platform.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
platform os unless attribute?("platform")
platform_version os_version unless attribute?("platform_version")
platform_family platform unless attribute?("platform_family")

platform_backend Mash.new
platform_backend["type"] = "local"
platform_backend["uri"] = "local://"

if connection
platform_backend["type"] = connection.backend_type
if connection.respond_to?(:uri)
Expand Down

0 comments on commit 02c8340

Please sign in to comment.