Skip to content

Commit

Permalink
fixed indentation/spaces (#199)
Browse files Browse the repository at this point in the history
* fixed indentation

* fixed some space issues too
  • Loading branch information
samlehman authored Nov 18, 2024
1 parent 6d8ca68 commit 930961d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ad_manager_api/lib/ad_manager_api/api_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class << ApiConfig
:SegmentPopulationService, :SiteService,
:StreamActivityMonitorService, :SuggestedAdUnitService,
:TargetingPresetService, :TeamService, :UserService,
:UserTeamAssociationService ,:YieldGroupService],
:UserTeamAssociationService, :YieldGroupService],
:v202402 => [:ActivityGroupService, :ActivityService,
:AdjustmentService, :AdRuleService, :AudienceSegmentService,
:CompanyService, :CdnConfigurationService,
Expand All @@ -79,8 +79,8 @@ class << ApiConfig
:SegmentPopulationService, :SiteService,
:StreamActivityMonitorService, :SuggestedAdUnitService,
:TargetingPresetService, :TeamService, :UserService,
:UserTeamAssociationService ,:YieldGroupService],
:v202405 => [:AdjustmentService, :AdRuleService, :AudienceSegmentService,
:UserTeamAssociationService, :YieldGroupService],
:v202405 => [:AdjustmentService, :AdRuleService, :AudienceSegmentService,
:CompanyService, :CdnConfigurationService,
:CmsMetadataService, :ContactService, :ContentBundleService,
:ContentService, :CreativeService,
Expand All @@ -98,8 +98,8 @@ class << ApiConfig
:SegmentPopulationService, :SiteService,
:StreamActivityMonitorService, :SuggestedAdUnitService,
:TargetingPresetService, :TeamService, :UserService,
:UserTeamAssociationService ,:YieldGroupService],
:v202408 => [:AdjustmentService, :AdRuleService, :AdsTxtService,
:UserTeamAssociationService, :YieldGroupService],
:v202408 => [:AdjustmentService, :AdRuleService, :AdsTxtService,
:AudienceSegmentService, :CompanyService, :CdnConfigurationService,
:CmsMetadataService, :ContactService, :ContentBundleService,
:ContentService, :CreativeService,
Expand All @@ -117,8 +117,8 @@ class << ApiConfig
:SegmentPopulationService, :SiteService,
:StreamActivityMonitorService, :SuggestedAdUnitService,
:TargetingPresetService, :TeamService, :UserService,
:UserTeamAssociationService ,:YieldGroupService]
}
:UserTeamAssociationService, :YieldGroupService]
}

# Configure the base URL for each version and scope.
@@config = {
Expand Down

0 comments on commit 930961d

Please sign in to comment.