Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Fix code formatting issue.

Co-authored-by: Alexander-Kita <Alexander.Kita@ibm.com>
  • Loading branch information
ismirlia and Alexander-Kita authored Oct 1, 2024
1 parent 7a8b434 commit 02b2b34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ibm/service/power/data_source_ibm_pi_sap_profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ func DataSourceIBMPISAPProfile() *schema.Resource {
Attr_SupportedSystems: {
Computed: true,
Description: "List of supported systems.",
Type: schema.TypeList,
Elem: &schema.Schema{
Type: schema.TypeString,
},
Type: schema.TypeList,
},
Attr_Type: {
Computed: true,
Expand Down
2 changes: 1 addition & 1 deletion ibm/service/power/data_source_ibm_pi_sap_profiles.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ func DataSourceIBMPISAPProfiles() *schema.Resource {
Attr_SupportedSystems: {
Computed: true,
Description: "List of supported systems.",
Type: schema.TypeList,
Elem: &schema.Schema{
Type: schema.TypeString,
},
Type: schema.TypeList,
},
Attr_Type: {
Computed: true,
Expand Down

0 comments on commit 02b2b34

Please sign in to comment.