From 05f43c75a8e677bfe56eb3cbe7051161a062c678 Mon Sep 17 00:00:00 2001 From: smartyeric Date: Fri, 2 Aug 2024 19:00:22 +0000 Subject: [PATCH] Minor indentation modification in enrichment example --- examples/USEnrichmentExample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/USEnrichmentExample.php b/examples/USEnrichmentExample.php index 8744eb2..5db6888 100644 --- a/examples/USEnrichmentExample.php +++ b/examples/USEnrichmentExample.php @@ -31,7 +31,7 @@ public function run() $client = (new ClientBuilder($staticCredentials)) ->withLicenses(["us-property-data-principal-cloud"]) ->buildUsEnrichmentApiClient(); - $smartyKey = "1682393594"; + $smartyKey = "1682393594"; try { $result = $client->sendPropertyPrincipalLookup($smartyKey);