style: remove unnecessary new lines

This commit is contained in:
Dawid Wysokiński 2023-08-27 08:20:56 +02:00
parent 22cc289730
commit 5c61ad490f
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
2 changed files with 0 additions and 2 deletions

View File

@ -27,7 +27,6 @@ func (d *userDataSource) Metadata(_ context.Context, req datasource.MetadataRequ
func (d *userDataSource) Schema(_ context.Context, _ datasource.SchemaRequest, resp *datasource.SchemaResponse) {
resp.Schema = schema.Schema{
MarkdownDescription: "Use this data source to retrieve information about a user.",
Attributes: map[string]schema.Attribute{
"id": schema.Int64Attribute{
Computed: true,

View File

@ -34,7 +34,6 @@ func (r *userResource) Schema(_ context.Context, _ resource.SchemaRequest, resp
This resource allows you to add/remove users. When applied, a new user will be created. When destroyed, that user will be removed.`,
Attributes: map[string]schema.Attribute{
"id": schema.Int64Attribute{
Computed: true,